Home
last modified time | relevance | path

Searched defs:_excepthandler (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ast.h524 struct _excepthandler { struct
525 enum _excepthandler_kind kind; argument
526 union {
533 } v;
534 int lineno;
535 int col_offset;
536 int end_lineno;
537 int end_col_offset;