Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dbytesobject.h32 #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ macro
/third_party/libxml2/python/
Dlibxml_wrap.h35 #define PyBytes_AS_STRING PyString_AS_STRING macro