Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_operator.c.h836 _operator_concat_impl(PyObject *module, PyObject *a, PyObject *b);
850 return_value = _operator_concat_impl(module, a, b); in _operator_concat()
/third_party/python/Modules/
D_operator.c454 _operator_concat_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_concat_impl() function