_mod Struct Reference

_mod Struct Reference

#include <Python-ast.h>

Class Description

Definition at line 40 of file 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* body

Definition at line 44 of file Python-ast.h.

expr_ty body

Definition at line 52 of file Python-ast.h.

struct { ... } Expression
struct { ... } Interactive
enum _mod_kind kind

Definition at line 41 of file Python-ast.h.

struct { ... } Module
struct { ... } Suite
union { ... } v

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