Contents:
Function that saves a variable object into a file. It uses the pickle.dump() function
pickle.dump()
dictio – the variable to save (dict, list or pypago.pypago_misc.pago_obj)
dict
list
pypago.pypago_misc.pago_obj
filename (str) – the name of the output file (use .pygo for instance)
.pygo
none