PyByteArrayObject

subclass of PyVarObject Availability: >= 2.6

version(Python_2_6_Or_Later)
extern (C)
struct PyByteArrayObject {}

Members

Mixins

__anonymous
mixin PyObject_VAR_HEAD!()
Undocumented in source.

Variables

ob_alloc
Py_ssize_t ob_alloc;

How many bytes allocated

ob_bytes
char* ob_bytes;

_

ob_exports
int ob_exports;

how many buffer exports

Meta