class documentation

Undocumented

Constant KEY_INTEGER_ONLY __getitem__ only allows integer values and slices, raises TypeError otherwise
Constant KEY_OBJECTS_ONLY __getitem__ only allows string/object values, raises TypeError otherwise
KEY_INTEGER_ONLY: int = (source)

__getitem__ only allows integer values and slices, raises TypeError otherwise

Value
0
KEY_OBJECTS_ONLY: int = (source)

__getitem__ only allows string/object values, raises TypeError otherwise

Value
1