Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ load
Function
load
recipes/Python/578011_JSinstead_pickle/recipe-578011.py:11–12 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
9
simplejson.dump(value, self.file)
10
11
def
load(self):
12
return
simplejson.load(self.file)
13
14
15
cache = memcache.Client([
'127.0.0.1:11211'
], pickler=SimplejsonWrapper, unpickler=SimplejsonWrapper)
Callers
7
_get_config_from_file
Method · 0.50
start
Method · 0.50
test_file
Function · 0.50
load
Method · 0.50
main
Function · 0.50
loadLibrary
Method · 0.50
load
Method · 0.50
Calls
1
load
Method · 0.45
Tested by
1
test_file
Function · 0.40