MCPcopy Create free account
hub / github.com/ActiveState/code / dump

Method dump

recipes/Python/492214_dal6py/recipe-492214.py:24–25  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

22
23 # Dump To File
24 def dump(self, name):
25 self.__disk.dump(name)
26
27 # Load From File
28 def load(self, name, abstract):

Callers 14

new__init__Function · 0.45
savecurrentstateMethod · 0.45
__do_splitMethod · 0.45
recipe-496923.pyFile · 0.45
picklesaveMethod · 0.45
save_diskFunction · 0.45
save_asMethod · 0.45
mainFunction · 0.45
commitMethod · 0.45
saveFunction · 0.45
record_stateMethod · 0.45
co_dumpfFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected