Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_operator.c207 _operator_invert(PyObject *module, PyObject *a) in _operator_invert() function
/third_party/python/Modules/clinic/
D_operator.c.h286 {"invert", (PyCFunction)_operator_invert, METH_O, _operator_invert__doc__},