Searched defs:_excepthandler_kind (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A DPython-ast.h342 enum _excepthandler_kind {ExceptHandler_kind=1}; enum
344 enum _excepthandler_kind kind;
/external/python/cpython3/Include/
H A DPython-ast.h395 enum _excepthandler_kind {ExceptHandler_kind=1}; enum
397 enum _excepthandler_kind kind;

Completed in 147 milliseconds