class documentation

class _NiceSortAtom:

View In Hierarchy

Helper class providing rich comparison between different types

Wrap an object to provide rich comparison against None, numbers and strings and allow sorting of heterogeneous lists.

Method __eq__ Undocumented
Method __ge__ Undocumented
Method __gt__ Undocumented
Method __init__ Undocumented
Method __le__ Undocumented
Method __lt__ Undocumented
Method __ne__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable _obj Undocumented
def __eq__(self, other):

Undocumented

def __ge__(self, other):

Undocumented

def __gt__(self, other):

Undocumented

def __init__(self, obj):

Undocumented

def __le__(self, other):

Undocumented

def __lt__(self, other):

Undocumented

def __ne__(self, other):

Undocumented

__slots__: list[str] =

Undocumented

_obj =

Undocumented