Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h190 Yield_kind=12, Compare_kind=13, Call_kind=14, Repr_kind=15, enumerator
/external/python/cpython2/Python/
Dsymtable.c1251 case Compare_kind: in symtable_visit_expr()
Dast.c448 case Compare_kind: in set_context()
DPython-ast.c1762 p->kind = Compare_kind; in Compare()
2753 case Compare_kind: in ast2obj_expr()
Dcompile.c3019 case Compare_kind: in compiler_visit_expr()