An open API service indexing awesome lists of open source software.

https://github.com/marshalx/pydoc_issue

show_inherited_members=True
https://github.com/marshalx/pydoc_issue

Last synced: 7 months ago
JSON representation

show_inherited_members=True

Awesome Lists containing this project

README

          

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