_PyUnicodeWriter

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

Members

Variables

buffer
_object* buffer;
Undocumented in source.
data
void* data;
Undocumented in source.
kind
PyUnicode_Kind kind;
Undocumented in source.
maxchar
uint maxchar;
Undocumented in source.
min_char
uint min_char;
Undocumented in source.
min_length
c_long min_length;
Undocumented in source.
overallocate
ubyte overallocate;
Undocumented in source.
pos
c_long pos;
Undocumented in source.
readonly
ubyte readonly;
Undocumented in source.
size
c_long size;
Undocumented in source.

Meta