MCPcopy 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
15cache = memcache.Client(['127.0.0.1:11211'], pickler=SimplejsonWrapper, unpickler=SimplejsonWrapper)

Callers 7

_get_config_from_fileMethod · 0.50
startMethod · 0.50
test_fileFunction · 0.50
loadMethod · 0.50
mainFunction · 0.50
loadLibraryMethod · 0.50
loadMethod · 0.50

Calls 1

loadMethod · 0.45

Tested by 1

test_fileFunction · 0.40