Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h342 enum _excepthandler_kind {ExceptHandler_kind=1}; enumerator
/external/python/cpython2/Python/
DPython-ast.c2069 p->kind = ExceptHandler_kind; in ExceptHandler()
3184 case ExceptHandler_kind: in ast2obj_excepthandler()