Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
DPython-ast.h391 struct _excepthandler { struct
392 enum _excepthandler_kind kind; argument
393 union {
400 } v;
401 int lineno;
402 int col_offset;
403 int end_lineno;
404 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;