Closed as not planned
Description
Lines 576 to 589 in 2b9f200
Shouldn't the second overload simply be
@overload
def get(self, __key: _KT, default: _T) -> _VT_co | _T: ...
Why is there a covariant variable being used as a function input? Is there any case where this simplified signature would be incompatible with the current signature?
Metadata
Metadata
Assignees
Labels
No labels