Home
last modified time | relevance | path

Searched defs:marshal_dump (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/clinic/
Dmarshal.c.h30 marshal_dump(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in marshal_dump() function
/external/libchrome/third_party/jinja2/
Dbccache.py32 marshal_dump = marshal.dump variable
36 def marshal_dump(code, f): function
/external/python/cpython2/Python/
Dmarshal.c1255 marshal_dump(PyObject *self, PyObject *args) in marshal_dump() function