Searched refs:PySTEntry_Check (Results 1 – 2 of 2) sorted by relevance
139 #define PySTEntry_Check(op) Py_IS_TYPE((op), &PySTEntry_Type) macro
349 assert(child != NULL && PySTEntry_Check(child)); in _dump_symtable()505 assert(v == NULL || PySTEntry_Check(v)); in _PySymtable_Lookup()1145 assert(c && PySTEntry_Check(c)); in analyze_block()1191 assert(c && PySTEntry_Check(c)); in analyze_block()