PyStringObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

Members

Functions

ob_sval
char* ob_sval()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin PyObject_VAR_HEAD
Undocumented in source.

Variables

_ob_sval
char _ob_sval;
Undocumented in source.
ob_shash
C_long ob_shash;
Undocumented in source.
ob_sstate
int ob_sstate;
Undocumented in source.

Mixed In Members

From mixin PyObject_VAR_HEAD

__anonymous
mixin PyObject_HEAD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_size
Py_ssize_t ob_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta