class documentation

class _LexicographicKey(_Generic[_address.AddressType]):

View In Hierarchy

Undocumented

Method __ge__ Undocumented
Method __gt__ Undocumented
Method __init__ Undocumented
Method __le__ Undocumented
Method __lt__ Undocumented
Instance Variable range Undocumented
def __ge__(self, other):

Undocumented

Parameters
other:_LexicographicKey[_address.AddressType]Undocumented
Returns
boolUndocumented
def __gt__(self, other):

Undocumented

Parameters
other:_LexicographicKey[_address.AddressType]Undocumented
Returns
boolUndocumented
def __init__(self, range):

Undocumented

Parameters
range:MemoryRange[_address.AddressType]Undocumented
def __le__(self, other):

Undocumented

Parameters
other:_LexicographicKey[_address.AddressType]Undocumented
Returns
boolUndocumented
def __lt__(self, other):

Undocumented

Parameters
other:_LexicographicKey[_address.AddressType]Undocumented
Returns
boolUndocumented
range =

Undocumented