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
Certain types are only available via Python's _typeshed module, e.g., DataclassInstance. It would be nice if you could use these out of the box in Docstrings.
Adding this feature will involve figuring out how to get a list the types in the _typeshed into docstub. One problem is, that they aren't available at runtime...