Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ pickle_dumps
Function
pickle_dumps
st2common/st2common/transport/bootstrap_utils.py:194–195 ·
view source on GitHub ↗
(obj, dumper=pickle.dumps)
Source
from the content-addressed store, hash-verified
192
""
"
193
194
def
pickle_dumps(obj, dumper=pickle.dumps):
195
return
dumper(obj, protocol=pickle_protocol)
196
197
if
six.PY3:
198
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected