Searched refs:marshal_dump (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Python/clinic/ |
D | marshal.c.h | 23 {"dump", (PyCFunction)marshal_dump, METH_FASTCALL, marshal_dump__doc__}, 30 marshal_dump(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in marshal_dump() function
|
/external/libchrome/third_party/jinja2/ |
D | bccache.py | 32 marshal_dump = marshal.dump variable 36 def marshal_dump(code, f): function 104 marshal_dump(self.code, f)
|
/external/python/cpython2/Python/ |
D | marshal.c | 1255 marshal_dump(PyObject *self, PyObject *args) in marshal_dump() function 1378 {"dump", marshal_dump, METH_VARARGS, dump_doc},
|