Home
last modified time | relevance | path

Searched defs:marshal_load (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/third_party/jinja2/
Dbccache.py33 marshal_load = marshal.load variable
42 def marshal_load(f): function
/external/python/cpython3/Python/clinic/
Dmarshal.c.h127 marshal_load(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in marshal_load() function