Open MarshalX opened 3 years ago
method1 should display as method2 but with mark "Inherited from".
method1 of class test2 is not displayed.
If I add a docstring to method1, it will appear (method0 as an example). I would like to appear this method with an empty docstring.
Expected Behavior
method1 should display as method2 but with mark "Inherited from".
Actual Behavior
method1 of class test2 is not displayed.
Steps to Reproduce
Additional info
If I add a docstring to method1, it will appear (method0 as an example). I would like to appear this method with an empty docstring.