Home
last modified time | relevance | path

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

/third_party/python/Python/clinic/
Dmarshal.c.h90 {"dumps", (PyCFunction)(void(*)(void))marshal_dumps, METH_FASTCALL, marshal_dumps__doc__},
96 marshal_dumps(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in marshal_dumps() function