class documentation
        
        class _LexicographicKey(_Generic[_address.AddressType]):
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[ | Undocumented | 
| Returns | |
bool | Undocumented | 
    
    def __gt__(self, other):
    
  
  Undocumented
| Parameters | |
other:_LexicographicKey[ | Undocumented | 
| Returns | |
bool | Undocumented | 
    
    def __init__(self, range):
    
  
  Undocumented
| Parameters | |
range:MemoryRange[ | 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 |