Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_operator.c.h1373 _operator_is_not_impl(PyObject *module, PyObject *a, PyObject *b);
1387 return_value = _operator_is_not_impl(module, a, b); in _operator_is_not()
/third_party/python/Modules/
D_operator.c720 _operator_is_not_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_is_not_impl() function