PyByteArrayObject

subclass of PyVarObject Availability: >= 2.6

Members

Mixins

__anonymous
mixin PyObject_VAR_HEAD!()
Undocumented in source.

Variables

ob_alloc
Py_ssize_t ob_alloc;

_

ob_alloc
Py_ssize_t ob_alloc;

How many bytes allocated

ob_bytes
char* ob_bytes;

_

ob_bytes
char* ob_bytes;

_

ob_exports
int ob_exports;

_

ob_exports
int ob_exports;

how many buffer exports

ob_start
char* ob_start;

_

Meta