Home | History | Annotate | Download | only in Modules

Lines Matching defs:st_type

171  *  'eval' and 'exec' types.  These constants can be used in the st_type
193 int st_type; /* EXPR or SUITE ? */
373 o->st_type = type;
551 res = (self->st_type == PyST_EXPR) ? Py_True : Py_False;
574 res = (self->st_type == PyST_EXPR) ? Py_False : Py_True;