Home | History | Annotate | Download | only in Modules

Lines Matching refs:st_type

144  *  'eval' and 'exec' types.  These constants can be used in the st_type

166 int st_type; /* EXPR or SUITE ? */
271 o->st_type = type;
467 res = (self->st_type == PyST_EXPR) ? Py_True : Py_False;
490 res = (self->st_type == PyST_EXPR) ? Py_False : Py_True;