class documentation

class SuccessiveLinesLimits: (source)

View In Hierarchy

A class to handle the numbering of begin and end of successive lines. :note: Only the end line number can be updated.

Method __init__ Undocumented
Method __repr__ Undocumented
Method end.setter Undocumented
Class Variable __slots__ Undocumented
Property end Undocumented
Property start Undocumented
Instance Variable _end Undocumented
Instance Variable _start Undocumented
def __init__(self, start: LineNumber, end: LineNumber): (source)

Undocumented

def __repr__(self) -> str: (source)

Undocumented

@end.setter
def end(self, value: LineNumber): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

Undocumented

Undocumented