#include <unicodeobject.h>
Public Attributes | |
PyObject * | buffer |
void * | data |
enum PyUnicode_Kind | kind |
Py_UCS4 | maxchar |
Py_ssize_t | size |
Py_ssize_t | pos |
Py_ssize_t | min_length |
Py_UCS4 | min_char |
unsigned char | overallocate |
unsigned char | readonly |
PyObject* buffer |
void* data |
enum PyUnicode_Kind kind |
Py_UCS4 maxchar |
Py_ssize_t size |
Py_ssize_t pos |
Py_ssize_t min_length |
Py_UCS4 min_char |
unsigned char overallocate |
unsigned char readonly |