MCPcopy 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

27pickle::data_t* pickle::data;
28
29str pickle::dumps(object obj, int protocol)
30{
31 if (!data) initialize_data();
32 return extract<str>((data->dumps)(obj, protocol));
33}
34
35object pickle::loads(str s)
36{

Callers 4

rewriteValueTreeFunction · 0.80
uploadFunction · 0.80
build_environmentFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

rewriteValueTreeFunction · 0.64