Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dbytesobject.h15 #define PyBytes_Size PyString_Size macro
/external/libxml2/python/
Dlibxml_wrap.h33 #define PyBytes_Size PyString_Size macro
/external/python/cpython3/Objects/
Dbytesobject.c1257 PyBytes_Size(PyObject *op) in PyBytes_Size() function