Skip to content

MarshalX/pydoc_issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

pip install pdoc3
pdoc test --html -c show_inherited_members=True --force    

Ref

https://marshalx.github.io/pydoc_issue/html/test/test2.html

Actual behavior

method1 of class test2 is not displayed.

Excepted behavior

method1 should display as method2 but with mark "Inherited from".

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.

About

show_inherited_members=True

Resources

Stars

Watchers

Forks