PyStringObject Struct Reference

PyStringObject Struct Reference

#include <stringobject.h>

Class Description

Definition at line 35 of file stringobject.h.

Public Attributes

PyObject_VAR_HEAD long ob_shash
 
int ob_sstate
 
char ob_sval [1]
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: