Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h188 IfExp_kind=5, Dict_kind=6, Set_kind=7, ListComp_kind=8, enumerator
/external/python/cpython2/Python/
Dsymtable.c1220 case Set_kind: in symtable_visit_expr()
Dast.c443 case Set_kind: in set_context()
DPython-ast.c1638 p->kind = Set_kind; in Set()
2670 case Set_kind: in ast2obj_expr()
Dcompile.c2995 case Set_kind: in compiler_visit_expr()