Searched refs:__Pyx_PyBaseString_Join (Results 1 – 1 of 1) sorted by relevance
697 #define __Pyx_PyBaseString_Join(s, v) (PyUnicode_CheckExact(s) ? PyUnicode_Join(s, v) : __Pyx_PyByt… macro700 #define __Pyx_PyBaseString_Join PyUnicode_Join macro