Closed pauleveritt closed 4 years ago
We should be able to to T =TypeVar('T') at the top, then:
T =TypeVar('T')
def get( self, iface_or_type: T=Interface, *, context=_marker, name='', default=_marker ) -> T: ...
This is dumb. .get doesn't have to return a "type" that matches what is being looked up.
.get
We should be able to to
T =TypeVar('T')
at the top, then: