Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h65 Raise_kind=12, TryExcept_kind=13, TryFinally_kind=14, enumerator
/external/python/cpython2/Python/
Dsymtable.c1086 case Raise_kind: in symtable_visit_stmt()
DPython-ast.c1291 p->kind = Raise_kind; in Raise()
2403 case Raise_kind: in ast2obj_stmt()
Dcompile.c2119 case Raise_kind: in compiler_visit_stmt()