Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Doperator.c364 static struct PyMethodDef operator_methods[] = { variable
916 m = Py_InitModule4("operator", operator_methods, operator_doc, in initoperator()