Home
last modified time | relevance | path

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

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