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 thepickle.load()
function.Parameters: filename (str) – the name of the file ( .pygo
)Returns: The content of the file Return type: list
,dict
orpypago.pypago_misc.pago_obj