Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dbytesobject.h34 #define PyBytes_GET_SIZE(op) (assert(PyBytes_Check(op)),Py_SIZE(op)) macro
/third_party/libxml2/python/
Dlibxml_wrap.h36 #define PyBytes_GET_SIZE PyString_GET_SIZE macro