3.3.1. pypago.pyio.save

pypago.pyio.save(dictio, filename)

Function that saves a variable object into a file. It uses the pickle.dump() function

Parameters
  • dictio – the variable to save (dict, list or pypago.pypago_misc.pago_obj)

  • filename (str) – the name of the output file (use .pygo for instance)

Returns

none