PyUnicodeObject_data

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Python_3_4_Or_Later)
extern (C)
union PyUnicodeObject_data {}

Members

Variables

any
void* any;
Undocumented in source.
latin1
Py_UCS1* latin1;
Undocumented in source.
ucs2
Py_UCS2* ucs2;
Undocumented in source.
ucs4
Py_UCS4* ucs4;
Undocumented in source.

Meta