_PyBytesWriter
extern (C)
struct _PyBytesWriter {
}
- 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.
python raw
aliasesenumsfunctionsmanifest constantsstatic functionsstructs