_excepthandler Struct Reference

_excepthandler Struct Reference

#include <Python-ast.h>

Class Description

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

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

int col_offset

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

struct { ... } ExceptHandler

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

int lineno

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

expr_ty name

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

expr_ty type

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

union { ... } v

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