Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Utility/
DModuleSetupCode.c210 #define __Pyx_PyBaseString_Check(obj) PyUnicode_Check(obj) macro
213 #define __Pyx_PyBaseString_Check(obj) (PyString_CheckExact(obj) || PyUnicode_CheckExact(obj) || \ macro