You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, __init__ methods can be incompatible in nominal subclasses. However, it makes sense to check that the __init__ has a correct signature in structural subtypes if the protocol has an explicitly declared __init__. It would be in particular good to check this for types like Type[t].
The text was updated successfully, but these errors were encountered:
Currently,
__init__
methods can be incompatible in nominal subclasses. However, it makes sense to check that the__init__
has a correct signature in structural subtypes if the protocol has an explicitly declared__init__
. It would be in particular good to check this for types likeType[t]
.The text was updated successfully, but these errors were encountered: