Orbits
1
|
#include <Python-ast.h>
Public Attributes | |
enum _mod_kind | kind |
union { | |
struct { | |
asdl_seq * body | |
} Module | |
struct { | |
asdl_seq * body | |
} Interactive | |
struct { | |
expr_ty body | |
} Expression | |
struct { | |
asdl_seq * body | |
} Suite | |
} | v |
asdl_seq* _mod::body |
expr_ty _mod::body |
struct { ... } _mod::Expression |
struct { ... } _mod::Interactive |
enum _mod_kind _mod::kind |
struct { ... } _mod::Module |
struct { ... } _mod::Suite |
union { ... } _mod::v |
Copyright 2014 Google Inc. All rights reserved.