PyByteArrayObject Struct Reference

PyByteArrayObject Struct Reference

#include <bytearrayobject.h>

Class Description

Definition at line 22 of file bytearrayobject.h.

Public Attributes

PyObject_VAR_HEAD int ob_exports
 
Py_ssize_t ob_alloc
 
char * ob_bytes
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: