Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmarshal.c1371 static PyMethodDef marshal_methods[] = { variable
1412 PyObject *mod = Py_InitModule3("marshal", marshal_methods, in PyMarshal_Init()
/external/python/cpython3/Python/
Dmarshal.c1778 static PyMethodDef marshal_methods[] = { variable
1823 marshal_methods,