Searched defs:PyBytes_AS_STRING (Results 1 – 8 of 8) sorted by relevance
35 static inline char* PyBytes_AS_STRING(PyObject *op) in PyBytes_AS_STRING() function40 # define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op)) macro
7 #define PyBytes_AS_STRING PyString_AS_STRING macro
36 #define PyBytes_AS_STRING PyString_AS_STRING macro
120 #define PyBytes_AS_STRING PyString_AS_STRING macro