Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ronreiter/interactive-tutorials
/ put
Method
put
suds/cache.py:380–383 ·
view source on GitHub ↗
(self, id, object)
Source
from the content-addressed store, hash-verified
378
FileCache.purge(self, id)
379
380
def
put(self, id, object):
381
bfr = pickle.dumps(object, self.protocol)
382
FileCache.put(self, id, bfr)
383
return
object
Callers
nothing calls this directly
Calls
1
put
Method · 0.45
Tested by
no test coverage detected