Searched refs:_operator_lshift_impl (Results 1 – 2 of 2) sorted by relevance
298 _operator_lshift_impl(PyObject *module, PyObject *a, PyObject *b);312 return_value = _operator_lshift_impl(module, a, b); in _operator_lshift()
220 _operator_lshift_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_lshift_impl() function