Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dbytesobject.h39 static inline char* PyBytes_AS_STRING(PyObject *op) in PyBytes_AS_STRING() function
44 # define PyBytes_AS_STRING(op) PyBytes_AS_STRING(_PyObject_CAST(op)) macro