Searched refs:marshal_dump_impl (Results 1 – 2 of 2) sorted by relevance
26 marshal_dump_impl(PyObject *module, PyObject *value, PyObject *file,41 return_value = marshal_dump_impl(module, value, file, version); in marshal_dump()
1675 marshal_dump_impl(PyObject *module, PyObject *value, PyObject *file, in marshal_dump_impl() function