Searched defs:PyString_Check (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | stringobject.h | 58 #define PyString_Check(op) \ macro |
/external/webp/swig/ | ||
D | libwebp_python_wrap.c | 753 #define PyString_Check(name) PyBytes_Check(name) macro |