#include <stringobject.h>
Definition at line 35 of file stringobject.h.
Public Attributes | |
| PyObject_VAR_HEAD long | ob_shash |
| int | ob_sstate |
| char | ob_sval [1] |
| PyObject_VAR_HEAD long ob_shash |
Definition at line 37 of file stringobject.h.
| int ob_sstate |
Definition at line 38 of file stringobject.h.
| char ob_sval[1] |
Definition at line 39 of file stringobject.h.