_PyBytesWriter

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

allocated
c_long allocated;
Undocumented in source.
buffer
_object* buffer;
Undocumented in source.
min_size
c_long min_size;
Undocumented in source.
overallocate
int overallocate;
Undocumented in source.
small_buffer
char[512] small_buffer;
Undocumented in source.
use_bytearray
int use_bytearray;
Undocumented in source.
use_small_buffer
int use_small_buffer;
Undocumented in source.

Meta