Searched refs:_operator_le_impl (Results 1 – 2 of 2) sorted by relevance
1184 _operator_le_impl(PyObject *module, PyObject *a, PyObject *b);1198 return_value = _operator_le_impl(module, a, b); in _operator_le()
623 _operator_le_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_le_impl() function