class documentation
        
        class BackwardContextRange:
Undocumented
| Method | __eq__ | 
    Undocumented | 
| Method | __init__ | 
    Undocumented | 
| Method | __iter__ | 
    Undocumented | 
| Method | __len__ | 
    Undocumented | 
| Method | __repr__ | 
    Undocumented | 
| Method | __reversed__ | 
    Undocumented | 
| Method | __str__ | 
    Returns the nicely printable string representation of this instance. | 
| Method | format | 
    This method gets an html formatting string representation for this class instance. | 
| Property | begin | 
    return the first included context (trace.Context) | 
  
| Property | end | 
    return the first excluded context (trace.Context) if available, `None` otherwise. | 
  
| Property | last | 
    return the last included context (trace.Context) | 
  
| Method | _repr | 
    Representation used by Jupyter Notebook when an instance of this class is displayed in a cell. | 
| Instance Variable | _first | 
    Undocumented | 
| Instance Variable | _last | 
    Undocumented | 
    
    def __str__(self):
    
  
  Returns the nicely printable string representation of this instance.
| Returns | |
str | Undocumented | 
    
    def format_as_html(self):
    
  
  This method gets an html formatting string representation for this class instance.
Information
| Returns | |
str | String |