Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ast.h504 struct _excepthandler { struct
505 enum _excepthandler_kind kind; argument
506 union {
513 } v;
514 int lineno;
515 int col_offset;
516 int end_lineno;
517 int end_col_offset;
/external/python/cpython2/Include/
DPython-ast.h343 struct _excepthandler { struct
344 enum _excepthandler_kind kind; argument
345 union {
352 } v;
353 int lineno;
354 int col_offset;