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

Method load

recipes/Python/577365_MineSweep/recipe-577365.py:1128–1129  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

1126 yield name, key
1127
1128 def load(self, filename):
1129 self.__data = pickle.load(open(filename, 'rb'))
1130
1131 def save(self, filename):
1132 pickle.dump(self.__data, open(filename, 'wb'))

Callers 13

loadChannelConfigFunction · 0.45
loadScheduleFunction · 0.45
__init__Method · 0.45
__getsidMethod · 0.45
_load_cacheMethod · 0.45
_joinMethod · 0.45
selectMethod · 0.45
recipe-577715.pyFile · 0.45
mainFunction · 0.45
recipe-579013.pyFile · 0.45
recipe-579094.pyFile · 0.45
recipe-579114.pyFile · 0.45

Calls 2

openFunction · 0.50
readMethod · 0.45

Tested by

no test coverage detected