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
non string literal type Self works, but I believe it has issues with mypy iirc. You can use the same workaround as typeshed does by defining a TypeVar: Self = TypeVar("Self")
The text was updated successfully, but these errors were encountered:
non string literal type
Self
works, but I believe it has issues with mypy iirc. You can use the same workaround as typeshed does by defining aTypeVar
:Self = TypeVar("Self")
The text was updated successfully, but these errors were encountered: