Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Attributes | List of all members
_mod Struct Reference

#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
 

Member Data Documentation

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

The documentation for this struct was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.