class documentation

class BackwardContextRange(object):

View In Hierarchy

Undocumented

Method __init__ Undocumented
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 __reversed__ Undocumented
Method __len__ Undocumented
Method __iter__ Undocumented
Method __eq__ Undocumented
Method __str__ Undocumented
Method __repr__ Undocumented
Method format_as_html This method gets an html formatting string representation for this class instance.
Instance Variable _first Undocumented
Instance Variable _last Undocumented
Method _repr_html_ Representation used by Jupyter Notebook when an instance of this class is displayed in a cell.
def __init__(self, first, last):

Undocumented

ParametersfirstUndocumented (type: Context)
lastUndocumented (type: Context)
_first =

Undocumented

_last =

Undocumented

@property
begin =

return the first included context (trace.Context)

(type: Context)
@property
end =

return the first excluded context (trace.Context) if available, `None` otherwise.

(type: _Optional[Context])
@property
last =

return the last included context (trace.Context)

(type: Context)
def __reversed__(self):

Undocumented

ReturnsUndocumented (type: ContextRange)
def __len__(self):

Undocumented

ReturnsUndocumented (type: int)
def __iter__(self):

Undocumented

ReturnsUndocumented (type: _Iterator[Context])
def __eq__(self, other):

Undocumented

ReturnsUndocumented (type: bool)
def __str__(self):

Undocumented

ReturnsUndocumented (type: str)
def __repr__(self):

Undocumented

ReturnsUndocumented (type: str)
def format_as_html(self):

This method gets an html formatting string representation for this class instance.

Information

ReturnsString
def _repr_html_(self):

Representation used by Jupyter Notebook when an instance of this class is displayed in a cell.

API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-10-01 07:18:12.