Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_operator.c.h328 _operator_rshift_impl(PyObject *module, PyObject *a, PyObject *b);
342 return_value = _operator_rshift_impl(module, a, b); in _operator_rshift()
/third_party/python/Modules/
D_operator.c233 _operator_rshift_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_rshift_impl() function