Searched refs:_operator_sub_impl (Results 1 – 2 of 2) sorted by relevance
73 _operator_sub_impl(PyObject *module, PyObject *a, PyObject *b);87 return_value = _operator_sub_impl(module, a, b); in _operator_sub()
74 _operator_sub_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_sub_impl() function