Home
last modified time | relevance | path

Searched refs:Assert_kind (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h66 Assert_kind=15, Import_kind=16, ImportFrom_kind=17, enumerator
/external/python/cpython3/Include/
DPython-ast.h71 Assert_kind=17, Import_kind=18, ImportFrom_kind=19, enumerator
/external/python/cpython2/Python/
Dsymtable.c1105 case Assert_kind: in symtable_visit_stmt()
DPython-ast.c1345 p->kind = Assert_kind; in Assert()
2456 case Assert_kind: in ast2obj_stmt()
Dcompile.c2139 case Assert_kind: in compiler_visit_stmt()
/external/python/cpython3/Python/
Dsymtable.c1264 case Assert_kind: in symtable_visit_stmt()
DPython-ast.c1626 p->kind = Assert_kind; in Assert()
2961 case Assert_kind: in ast2obj_stmt()
Dast.c483 case Assert_kind: in validate_stmt()
Dcompile.c2864 case Assert_kind: in compiler_visit_stmt()