class documentation

Lightweight composite to store priority queue items.

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

Undocumented

def __repr__(self):

Undocumented

__slots__: tuple[str, ...] =
_key =

Undocumented

_value =

Undocumented