We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99c7fb commit 26edf32Copy full SHA for 26edf32
Doc/library/importlib.metadata.rst
@@ -125,8 +125,8 @@ Entry points
125
:meth:`!select` method for comparison to the attributes of
126
the individual entry point definitions.
127
128
- Note: it is not currently possible to query for entry points based on
129
- their :attr:`!EntryPoint.dist` attribute (as different :class:`!Distribution`
+ Note: to query for entry points based on :attr:`!EntryPoint.dist` attribute,
+ use :meth:`!Distribution.entry_points` instead (as different :class:`!Distribution`
130
instances do not currently compare equal, even if they have the same attributes)
131
132
.. class:: EntryPoints
0 commit comments