Home
last modified time | relevance | path

Searched defs:__Pyx_PyBytes_Join (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
DStringTools.c705 #define __Pyx_PyBytes_Join _PyString_Join macro
707 #define __Pyx_PyBytes_Join _PyBytes_Join macro
717 static CYTHON_INLINE PyObject* __Pyx_PyBytes_Join(PyObject* sep, PyObject* values) { in __Pyx_PyBytes_Join() function