class documentation

class _LexicographicKey:

Known subclasses: reven2.register_slice._LexicographicKeyVal

View In Hierarchy

Undocumented

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

Undocumented

Parameters
other:_LexicographicKeyUndocumented
Returns
boolUndocumented
def __gt__(self, other):

Undocumented

Parameters
other:_LexicographicKeyUndocumented
Returns
boolUndocumented
def __init__(self, slice):

Undocumented

Parameters
slice:RegisterSliceUndocumented
def __le__(self, other):

Undocumented

Parameters
other:_LexicographicKeyUndocumented
Returns
boolUndocumented
def __lt__(self, other):

Undocumented

Parameters
other:_LexicographicKeyUndocumented
Returns
boolUndocumented
slice =

Undocumented