Home
last modified time | relevance | path

Searched refs:marshal_loads (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/clinic/
Dmarshal.c.h130 {"loads", (PyCFunction)marshal_loads, METH_O, marshal_loads__doc__},
136 marshal_loads(PyObject *module, PyObject *arg) in marshal_loads() function