Searched refs:__Pyx_PyBytes_Join (Results 1 – 1 of 1) sorted by relevance
696 #define __Pyx_PyString_Join __Pyx_PyBytes_Join697 …PyBaseString_Join(s, v) (PyUnicode_CheckExact(s) ? PyUnicode_Join(s, v) : __Pyx_PyBytes_Join(s, v))705 #define __Pyx_PyBytes_Join _PyString_Join macro707 #define __Pyx_PyBytes_Join _PyBytes_Join macro710 static CYTHON_INLINE PyObject* __Pyx_PyBytes_Join(PyObject* sep, PyObject* values); /*proto*/717 static CYTHON_INLINE PyObject* __Pyx_PyBytes_Join(PyObject* sep, PyObject* values) { in __Pyx_PyBytes_Join() function