Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dmarshal.c.h281 marshal_loads_impl(PyObject *module, Py_buffer *bytes, int allow_code);
332 return_value = marshal_loads_impl(module, &bytes, allow_code); in marshal_loads()
/external/python/cpython3/Python/
Dmarshal.c1893 marshal_loads_impl(PyObject *module, Py_buffer *bytes, int allow_code) in marshal_loads_impl() function