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.h116 marshal_loads_impl(PyObject *module, Py_buffer *bytes);
127 return_value = marshal_loads_impl(module, &bytes); in marshal_loads()
/external/python/cpython3/Python/
Dmarshal.c1786 marshal_loads_impl(PyObject *module, Py_buffer *bytes) in marshal_loads_impl() function