Searched refs:_operator_concat_impl (Results 1 – 2 of 2) sorted by relevance
836 _operator_concat_impl(PyObject *module, PyObject *a, PyObject *b);850 return_value = _operator_concat_impl(module, a, b); in _operator_concat()
454 _operator_concat_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_concat_impl() function