Searched defs:PyBytes_Size (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/python/ | ||
D | libxml_wrap.h | 33 #define PyBytes_Size PyString_Size macro |
/third_party/python/Objects/ | ||
D | bytesobject.c | 1224 PyBytes_Size(PyObject *op) in PyBytes_Size() function |