Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
1a9d2d22
Commit
1a9d2d22
authored
Aug 01, 2018
by
Martin Reinecke
Browse files
tiny tweak
parent
99b34c67
Changes
1
Hide 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
Supports
Markdown
0%
Try again
or
attach a new 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