mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
PEP8
This commit is contained in:
parent
d454bb7472
commit
849c19c0e5
@ -490,7 +490,7 @@ else:
|
||||
return doc
|
||||
return None
|
||||
|
||||
if inspect.ismethod(obj) and getattr(obj, '__self__' , None):
|
||||
if inspect.ismethod(obj) and getattr(obj, '__self__', None):
|
||||
name = obj.__func__.__name__
|
||||
self = obj.__self__
|
||||
if (inspect.isclass(self) and
|
||||
|
Loading…
Reference in New Issue
Block a user