Searched defs:PyBytesObject (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dbytesobject.h1 #define PyBytesObject PyStringObject macro
/external/python/cpython3/Include/
H A Dbytesobject.h13 Type PyBytesObject represents a character string. An extra zero byte is
41 } PyBytesObject; typedef in typeref:struct:__anon19783
88 (((PyBytesObject *)(op))->ob_sval))
92 /* _PyBytes_Join(sep, x) is like sep.join(x). sep must be PyBytesObject*,

Completed in 184 milliseconds