Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Utility/
DModuleSetupCode.c177 #define __Pyx_PyString_Format(a, b) PyUnicode_Format(a, b) macro
179 #define __Pyx_PyString_Format(a, b) PyString_Format(a, b) macro