#include <Python-ast.h>
Definition at line 343 of file Python-ast.h.
Public Attributes | |
| enum _excepthandler_kind | kind |
| union { | |
| struct { | |
| expr_ty type | |
| expr_ty name | |
| asdl_seq * body | |
| } ExceptHandler | |
| } | v |
| int | lineno |
| int | col_offset |
| asdl_seq* body |
Definition at line 349 of file Python-ast.h.
| int col_offset |
Definition at line 354 of file Python-ast.h.
| struct { ... } ExceptHandler |
| enum _excepthandler_kind kind |
Definition at line 344 of file Python-ast.h.
| int lineno |
Definition at line 353 of file Python-ast.h.
| expr_ty name |
Definition at line 348 of file Python-ast.h.
| expr_ty type |
Definition at line 347 of file Python-ast.h.
| union { ... } v |