Skip to content

Commit cc40cd5

Browse files
committed
Update docstring
1 parent a54488d commit cc40cd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

importlib_metadata/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ def load(cls, eps):
267267

268268
@property
269269
def _all(self):
270+
"""
271+
Reconstruct a list of all entrypoints from the groups.
272+
"""
270273
return EntryPoints(itertools.chain.from_iterable(self.values()))
271274

272275
@property

0 commit comments

Comments
 (0)