Home
last modified time | relevance | path

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

/external/libmojo/third_party/jinja2/
Dbccache.py30 marshal_load = marshal.load variable
39 def marshal_load(f): function
88 self.code = marshal_load(f)
/external/python/cpython2/Python/
Dmarshal.c1294 marshal_load(PyObject *self, PyObject *f) in marshal_load() function
1373 {"load", marshal_load, METH_O, load_doc},