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

Method save

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

Source from the content-addressed store, hash-verified

1129 self.__data = pickle.load(open(filename, 'rb'))
1130
1131 def save(self, filename):
1132 pickle.dump(self.__data, open(filename, 'wb'))
1133
1134################################################################################
1135

Callers 15

draw_fractalFunction · 0.45
resizeFunction · 0.45
recipe-577316.pyFile · 0.45
recipe-577353.pyFile · 0.45
recipe-577176.pyFile · 0.45
recipe-577138.pyFile · 0.45
recipe-577126.pyFile · 0.45
recipe-577113.pyFile · 0.45
recipe-577156.pyFile · 0.45
recipe-577783.pyFile · 0.45
recipe-577487.pyFile · 0.45
recipe-577917.pyFile · 0.45

Calls 3

openFunction · 0.50
dumpMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected