Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dbccache.py33 marshal_load = marshal.load variable
42 def marshal_load(f): function
/external/python/cpython2/Python/
Dmarshal.c1300 marshal_load(PyObject *self, PyObject *f) in marshal_load() function
/external/python/cpython3/Python/
Dmarshal.c1710 marshal_load(PyObject *module, PyObject *file) in marshal_load() function