Searched refs:marshal_load (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/third_party/jinja2/ |
D | bccache.py | 33 marshal_load = marshal.load variable 42 def marshal_load(f): function 93 self.code = marshal_load(f)
|
/external/python/cpython3/Python/clinic/ |
D | marshal.c.h | 64 {"load", (PyCFunction)marshal_load, METH_O, marshal_load__doc__},
|
/external/python/cpython2/Python/ |
D | marshal.c | 1300 marshal_load(PyObject *self, PyObject *f) in marshal_load() function 1379 {"load", marshal_load, METH_O, load_doc},
|
/external/python/cpython3/Python/ |
D | marshal.c | 1710 marshal_load(PyObject *module, PyObject *file) in marshal_load() function
|