class documentation

class _Item:

View In Hierarchy

Lightweight composite to store decorated value for sorting.

Method __init__ Undocumented
Method __lt__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable _key Undocumented
Instance Variable _value Undocumented
def __init__(self, k, v):

Undocumented

def __lt__(self, other):

Undocumented

__slots__: tuple[str, ...] =

Undocumented

_key =

Undocumented

_value =

Undocumented