Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dmarshal.c.h26 marshal_dump_impl(PyObject *module, PyObject *value, PyObject *file,
41 return_value = marshal_dump_impl(module, value, file, version); in marshal_dump()
/external/python/cpython3/Python/
Dmarshal.c1675 marshal_dump_impl(PyObject *module, PyObject *value, PyObject *file, in marshal_dump_impl() function