Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ dumps
Method
dumps
edrav2/eprj/boost/libs/mpi/src/python/serialize.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
pickle::data_t* pickle::data;
28
29
str pickle::dumps(object obj, int protocol)
30
{
31
if (!data) initialize_data();
32
return extract<str>((data->dumps)(obj, protocol));
33
}
34
35
object pickle::loads(str s)
36
{
Callers
4
rewriteValueTree
Function · 0.80
upload
Function · 0.80
build_environment
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
rewriteValueTree
Function · 0.64