Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ast.h497 struct _excepthandler { struct
498 enum _excepthandler_kind kind; argument
499 union {
506 } v;
507 int lineno;
508 int col_offset;
509 int end_lineno;
510 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;