Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 52
Closed as not planned
Labels
featureNew feature or requestNew feature or request
Description
When I use the type statement introduced in Python 3.12, the docstring does not show. However, when I drop this the docstring shows up. Seems like a bug:
foo=list[str] """This docstring shows up.""" type bar=list[str] """This docstring does not show up."""Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request