Home
last modified time | relevance | path

Searched refs:ExceptHandler_kind (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h496 enum _excepthandler_kind {ExceptHandler_kind=1}; enumerator
/third_party/python/Python/
Dast_opt.c777 case ExceptHandler_kind: in astfold_excepthandler()
DPython-ast.c3256 p->kind = ExceptHandler_kind; in _PyAST_ExceptHandler()
4823 case ExceptHandler_kind: in ast2obj_excepthandler()