mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
177: Docstring cleanup in NameSpace.__call__()
This commit is contained in:
parent
db8099febc
commit
5ed58fdb42
@ -532,7 +532,8 @@ class NameSpace(DictProxy):
|
||||
|
||||
def __call__(self):
|
||||
"""
|
||||
Iterates through the members of this NameSpace.
|
||||
Iterates (in ascending order by name) through the members in this
|
||||
NameSpace.
|
||||
"""
|
||||
for key in self:
|
||||
yield self[key]
|
||||
|
Loading…
Reference in New Issue
Block a user