PyTryBlock Struct Reference

PyTryBlock Struct Reference

#include <frameobject.h>

Class Description

Definition at line 10 of file frameobject.h.

Public Attributes

int b_type
 
int b_handler
 
int b_level
 

Member Data Documentation

int b_handler

Definition at line 12 of file frameobject.h.

int b_level

Definition at line 13 of file frameobject.h.

int b_type

Definition at line 11 of file frameobject.h.


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