Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmarshal.c1377 static PyMethodDef marshal_methods[] = { variable
1418 PyObject *mod = Py_InitModule3("marshal", marshal_methods, in PyMarshal_Init()
/external/python/cpython3/Python/
Dmarshal.c1805 static PyMethodDef marshal_methods[] = { variable
1850 marshal_methods,