Home | History | Annotate | Download | only in Python

Lines Matching full:get_identifier

197 #define GET_IDENTIFIER(VAR) \
271 if (!GET_IDENTIFIER(top) ||
584 if (!GET_IDENTIFIER(__class__))
794 if (!GET_IDENTIFIER(__class__))
1406 if (!GET_IDENTIFIER(lambda))
1507 if (!GET_IDENTIFIER(__class__) ||
1761 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(genexpr),
1769 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(listcomp),
1777 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(setcomp),
1785 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(dictcomp),