Improve method signatures in the docs

This commit is contained in:
Lonami Exo
2019-09-08 10:56:35 +02:00
parent dab237e758
commit 67183ff9e8
4 changed files with 15 additions and 1 deletions

View File

@@ -106,7 +106,8 @@ def skip(app, what, name, obj, would_skip, options):
'__init__',
'__abstractmethods__',
'__module__',
'__doc__'
'__doc__',
'__dict__'
}
return would_skip