Merge pull request #4455 from tk0miya/4415_inherited_classmethod

4415 inherited classmethod
This commit is contained in:
Takeshi KOMIYA
2018-01-20 02:15:04 +09:00
committed by GitHub
5 changed files with 54 additions and 3 deletions

View File

@@ -16,6 +16,9 @@ Features added
Bugs fixed
----------
* #4415: autodoc classifies inherited classmethods as regular methods
* #4415: autodoc classifies inherited staticmethods as regular methods
Testing
--------