Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_operator.c.h1211 {"gt", (PyCFunction)(void(*)(void))_operator_gt, METH_FASTCALL, _operator_gt__doc__},
1217 _operator_gt(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _operator_gt() function