Home
last modified time | relevance | path

Searched refs:Print_kind (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h63 Delete_kind=4, Assign_kind=5, AugAssign_kind=6, Print_kind=7, enumerator
/external/python/cpython2/Python/
Dsymtable.c1061 case Print_kind: in symtable_visit_stmt()
Dcompile.c1535 assert(s->kind == Print_kind); in compiler_print()
2111 case Print_kind: in compiler_visit_stmt()
DPython-ast.c1180 p->kind = Print_kind; in Print()
2302 case Print_kind: in ast2obj_stmt()