Home
last modified time | relevance | path

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

/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;
/external/python/cpython3/Include/
DPython-ast.h396 struct _excepthandler { struct
397 enum _excepthandler_kind kind; argument
398 union {
405 } v;
406 int lineno;
407 int col_offset;