Home
last modified time | relevance | path

Searched refs:operator_methods (Results 1 – 2 of 2) 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()
/external/python/cpython3/Modules/
D_operator.c876 static struct PyMethodDef operator_methods[] = { variable
1726 operator_methods,