Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h66 Assert_kind=15, Import_kind=16, ImportFrom_kind=17, enumerator
/external/python/cpython3/Include/internal/
Dpycore_ast.h182 Assert_kind=18, Import_kind=19, ImportFrom_kind=20, enumerator
/external/python/cpython3/Python/
Dast_opt.c746 case Assert_kind: in astfold_stmt()
Dast.c820 case Assert_kind: in validate_stmt()
Dsymtable.c1347 case Assert_kind: in symtable_visit_stmt()
DPython-ast.c2392 p->kind = Assert_kind; in _PyAST_Assert()
4049 case Assert_kind: in ast2obj_stmt()
Dcompile.c3555 case Assert_kind: in compiler_visit_stmt()
/external/python/cpython2/Python/
Dsymtable.c1111 case Assert_kind: in symtable_visit_stmt()
DPython-ast.c1345 p->kind = Assert_kind; in Assert()
2456 case Assert_kind: in ast2obj_stmt()
Dcompile.c2141 case Assert_kind: in compiler_visit_stmt()
/external/python/cpython3/Doc/data/
Dpython3.10.abi13326 <enumerator name='Assert_kind' value='18'/>