Skip to content

Make it easy to use types from _typeshed in docstrings #42

Description

@lagru

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or functionalityimportantImportant or blocking other issues

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions