Searched refs:_operator_iconcat_impl (Results 1 – 2 of 2) sorted by relevance
866 _operator_iconcat_impl(PyObject *module, PyObject *a, PyObject *b);880 return_value = _operator_iconcat_impl(module, a, b); in _operator_iconcat()
467 _operator_iconcat_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_iconcat_impl() function