Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Utility/
DStringTools.c697 #define __Pyx_PyBaseString_Join(s, v) (PyUnicode_CheckExact(s) ? PyUnicode_Join(s, v) : __Pyx_PyByt… macro
700 #define __Pyx_PyBaseString_Join PyUnicode_Join macro