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

Method dump

recipes/Python/492211_dal3py/recipe-492211.py:434–436  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

432
433 # Dump To File
434 def dump(self, name):
435 self.__disk.write(0, self.__seed())
436 self.__disk.dump(name)
437
438 # Load From File
439 def load(self, name, abstract):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected