class documentation

class _Item:

View In Hierarchy

Lightweight composite to store key-value pairs as map items.

Method __eq__ Undocumented
Method __init__ Undocumented
Method __lt__ Undocumented
Method __ne__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable _key Undocumented
Instance Variable _value Undocumented
def __eq__(self, other):

Undocumented

def __init__(self, k, v):

Undocumented

def __lt__(self, other):

Undocumented

def __ne__(self, other):

Undocumented

__slots__: tuple[str, ...] =

Undocumented

_key =

Undocumented

_value =

Undocumented