Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadChannelConfig
Function · 0.45
loadSchedule
Function · 0.45
__init__
Method · 0.45
__getsid
Method · 0.45
_load_cache
Method · 0.45
_join
Method · 0.45
select
Method · 0.45
recipe-577715.py
File · 0.45
main
Function · 0.45
recipe-579013.py
File · 0.45
recipe-579094.py
File · 0.45
recipe-579114.py
File · 0.45
Calls
2
open
Function · 0.50
read
Method · 0.45
Tested by
no test coverage detected