#include <bytearrayobject.h>
Definition at line 22 of file bytearrayobject.h.
Public Attributes | |
PyObject_VAR_HEAD int | ob_exports |
Py_ssize_t | ob_alloc |
char * | ob_bytes |
Py_ssize_t ob_alloc |
Definition at line 26 of file bytearrayobject.h.
char* ob_bytes |
Definition at line 27 of file bytearrayobject.h.
PyObject_VAR_HEAD int ob_exports |
Definition at line 25 of file bytearrayobject.h.