Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dfuture.c105 else if (s->kind == Expr_kind && !found_docstring) { in future_parse()
Dsymtable.c1164 case Expr_kind: in symtable_visit_stmt()
Dcompile.c1144 if (s->kind != Expr_kind) in compiler_isdocstring()
2162 case Expr_kind: in compiler_visit_stmt()
DPython-ast.c1432 p->kind = Expr_kind; in Expr()
2526 case Expr_kind: in ast2obj_stmt()
/external/python/cpython2/Include/
DPython-ast.h67 Exec_kind=18, Global_kind=19, Expr_kind=20, Pass_kind=21, enumerator