Skip to content

Commit

Permalink
Tag safir.asyncio docs with :inherited-members:
Browse files Browse the repository at this point in the history
sphinx_automodsumm's ability to discover the methods of a class
appears to have some bug with some but not all classes that inherit
from Generic that seems to be related to the use of __slots__ to
determine the methods of the class. Tagging safir.asyncio with
:inherited-members: changes the code to use dir() to retrieve all
members instead, which avoids the problem.
  • Loading branch information
rra committed Sep 6, 2023
1 parent ecb6274 commit a617764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ API reference

.. automodapi:: safir.asyncio
:include-all-objects:
:inherited-members:

.. automodapi:: safir.click
:include-all-objects:
Expand Down

0 comments on commit a617764

Please sign in to comment.