Skip to content

Commit d1b4dd4

Browse files
committed
Exclude '__parameters__', '__abstractmethods__' from API
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 7e76c38 commit d1b4dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'members': True,
5252
'special-members': True,
5353
'undoc-members': True,
54-
'exclude-members': '__annotations__, __dict__,__weakref__,__module__,__hash__',
54+
'exclude-members': '__annotations__, __dict__,__weakref__,__module__,__hash__,__parameters__,__abstractmethods__',
5555
}
5656
add_module_names = False
5757
napoleon_numpy_docstring = True

0 commit comments

Comments
 (0)