_excepthandler Struct Reference

#include <Python-ast.h>

Public Attributes

enum _excepthandler_kind kind
 
union {
   struct {
      expr_ty   type
 
      identifier   name
 
      asdl_seq *   body
 
   }   ExceptHandler
 
v
 
int lineno
 
int col_offset
 
int end_lineno
 
int end_col_offset
 

Member Data Documentation

◆ kind

◆ type

expr_ty type

◆ name

identifier name

◆ body

asdl_seq* body

◆ 

struct { ... } ExceptHandler

◆ 

union { ... } v

◆ lineno

int lineno

◆ col_offset

int col_offset

◆ end_lineno

int end_lineno

◆ end_col_offset

int end_col_offset