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.
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.