Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
1a9d2d22
Commit
1a9d2d22
authored
Aug 01, 2018
by
Martin Reinecke
Browse files
tiny tweak
parent
99b34c67
Changes
1
Show whitespace changes
Inline
Side-by-side
nifty5/utilities.py
View file @
1a9d2d22
...
...
@@ -159,7 +159,7 @@ class _DocStringInheritor(type):
if
doc
:
clsdict
[
'__doc__'
]
=
doc
break
for
attr
,
attribute
in
list
(
clsdict
.
items
()
)
:
for
attr
,
attribute
in
clsdict
.
items
():
if
not
attribute
.
__doc__
:
for
mro_cls
in
(
mro_cls
for
base
in
bases
for
mro_cls
in
base
.
mro
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment