|
Orbits
1
|
#include <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* _excepthandler::body |
| int _excepthandler::col_offset |
| struct { ... } _excepthandler::ExceptHandler |
| enum _excepthandler_kind _excepthandler::kind |
| int _excepthandler::lineno |
| expr_ty _excepthandler::name |
| expr_ty _excepthandler::type |
| union { ... } _excepthandler::v |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.