Searched refs:marshal_dumps (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/clinic/ |
D | marshal.c.h | 95 {"dumps", (PyCFunction)(void(*)(void))marshal_dumps, METH_FASTCALL, marshal_dumps__doc__}, 101 marshal_dumps(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in marshal_dumps() function
|
/external/python/cpython2/Python/ |
D | marshal.c | 1331 marshal_dumps(PyObject *self, PyObject *args) in marshal_dumps() function 1380 {"dumps", marshal_dumps, METH_VARARGS, dumps_doc},
|