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

#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
 

Member Data Documentation

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

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

Copyright 2014 Google Inc. All rights reserved.