#include <Python-ast.h>
Public Attributes | |
enum _excepthandler_kind | kind |
union { | |
struct { | |
expr_ty type | |
identifier name | |
asdl_seq * body | |
} ExceptHandler | |
} | v |
int | lineno |
int | col_offset |
int | end_lineno |
int | end_col_offset |
enum _excepthandler_kind kind |
expr_ty type |
identifier name |
asdl_seq* body |
struct { ... } ExceptHandler |
union { ... } v |
int lineno |
int col_offset |
int end_lineno |
int end_col_offset |