Searched refs:operator_methods (Results 1 – 3 of 3) sorted by relevance
364 static struct PyMethodDef operator_methods[] = { variable916 m = Py_InitModule4("operator", operator_methods, operator_doc, in initoperator()
912 static struct PyMethodDef operator_methods[] = { variable1883 .m_methods = operator_methods,
606 Modules/_operator.c - operator_methods -