class documentation
class _LexicographicKey:
Known subclasses: reven2.register_slice._LexicographicKeyVal
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:_LexicographicKey | Undocumented |
Returns | |
bool | Undocumented |
def __gt__(self, other):
Undocumented
Parameters | |
other:_LexicographicKey | Undocumented |
Returns | |
bool | Undocumented |
def __init__(self, slice):
overridden in
reven2.register_slice._LexicographicKeyVal
Undocumented
Parameters | |
slice:RegisterSlice | Undocumented |
def __le__(self, other):
Undocumented
Parameters | |
other:_LexicographicKey | Undocumented |
Returns | |
bool | Undocumented |
def __lt__(self, other):
Undocumented
Parameters | |
other:_LexicographicKey | Undocumented |
Returns | |
bool | Undocumented |