Searched refs:_operator_is_not_impl (Results 1 – 2 of 2) sorted by relevance
1373 _operator_is_not_impl(PyObject *module, PyObject *a, PyObject *b);1387 return_value = _operator_is_not_impl(module, a, b); in _operator_is_not()
720 _operator_is_not_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_is_not_impl() function