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