Searched refs:_operator_mod_impl (Results 1 – 2 of 2) sorted by relevance
223 _operator_mod_impl(PyObject *module, PyObject *a, PyObject *b);237 return_value = _operator_mod_impl(module, a, b); in _operator_mod()
139 _operator_mod_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_mod_impl() function