Home
last modified time | relevance | path

Searched refs:Subscript_kind (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h192 Subscript_kind=19, Name_kind=20, List_kind=21, Tuple_kind=22}; enumerator
/external/python/cpython2/Python/
Dsymtable.c1275 case Subscript_kind: in symtable_visit_expr()
Dast.c394 case Subscript_kind: in set_context()
2209 case Subscript_kind: in ast_for_expr_stmt()
Dcompile.c3060 case Subscript_kind: in compiler_visit_expr()
3119 case Subscript_kind: in compiler_augassign()
DPython-ast.c1907 p->kind = Subscript_kind; in Subscript()
2853 case Subscript_kind: in ast2obj_expr()