Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_operator.c.h223 _operator_mod_impl(PyObject *module, PyObject *a, PyObject *b);
237 return_value = _operator_mod_impl(module, a, b); in _operator_mod()
/third_party/python/Modules/
D_operator.c139 _operator_mod_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_mod_impl() function