PyCompactUnicodeObject
extern (C)
struct PyCompactUnicodeObject {
}
- _base
PyASCIIObject _base;
Undocumented in source.
- utf8
char* utf8;
Undocumented in source.
- utf8_length
c_long utf8_length;
Undocumented in source.
- wstr_length
c_long wstr_length;
Undocumented in source.
python raw
aliasesenumsfunctionsmanifest constantsstatic functionsstructs