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

Method load

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

Source from the content-addressed store, hash-verified

26
27 # Load From File
28 def load(self, name, abstract):
29 assert type(abstract) is bool
30 self.__disk.load(name, abstract)
31
32################################################################################
33

Callers 11

load_diskFunction · 0.95
new__init__Function · 0.45
openlasttimeMethod · 0.45
__do_joinMethod · 0.45
txt2imgFunction · 0.45
mainFunction · 0.45
recipe-67683.pyFile · 0.45
loadFunction · 0.45
mainFunction · 0.45
recipe-302930.pyFile · 0.45
get_keyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected