Searched refs:_operator_rshift_impl (Results 1 – 2 of 2) sorted by relevance
328 _operator_rshift_impl(PyObject *module, PyObject *a, PyObject *b);342 return_value = _operator_rshift_impl(module, a, b); in _operator_rshift()
233 _operator_rshift_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_rshift_impl() function