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
…xpectedly
An annotated instance variable on super class is not documented when
derived class has also other annotated instance variables because
`obj.__annotations__` is overrided by derived class's type hints.
To get annotations of the target class correctly, this scans MRO to
get all of annotated instance variables.
…xpectedly
An annotated instance variable on super class is not documented when
derived class has also other annotated instance variables because
`obj.__annotations__` is overrided by derived class's type hints.
To get annotations of the target class correctly, this scans MRO to
get all of annotated instance variables.
Describe the bug
An annotated instance variable on super class is not documented when derived class has other annotated instance variables
To Reproduce
Steps to reproduce the behavior:
Bar.var1
is not shown even if:inherited-members:
option given.Expected behavior
Both
var1
andvar2
are shown.Your project
No
Screenshots
No
Environment info
The text was updated successfully, but these errors were encountered: