Blackened
This commit is contained in:
parent
6be8b0044a
commit
ab6fa9f0e5
11 changed files with 104 additions and 80 deletions
|
|
@ -5,5 +5,6 @@ def get_docstring(obj):
|
|||
else:
|
||||
return ""
|
||||
|
||||
|
||||
def get_summary(obj):
|
||||
return get_docstring(obj).partition("\n")[0].strip()
|
||||
return get_docstring(obj).partition("\n")[0].strip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue