3.3.2. pypago.pyio.load

pypago.pyio.load(filename)

Loads a file and reads its content. The file must have been saved with the pypago.io.save() function. It uses the pickle.load() function.

Parameters

filename (str) – the name of the file (.pygo)

Returns

The content of the file

Return type

list, dict or pypago.pypago_misc.pago_obj