class documentation
class _NiceSortAtom:
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 |