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 fb9e292 commit fa31c0fCopy full SHA for fa31c0f
Doc/library/importlib.metadata.rst
@@ -410,6 +410,11 @@ Distributions
410
Raises :exc:`PackageNotFoundError` if the named distribution
411
package is not installed in the current Python environment.
412
413
+.. function:: distributions()
414
+
415
+ Return an iterable of all :class:`Distribution` instances
416
+ in the current environment.
417
418
.. class:: Distribution
419
420
Details of an installed distribution package.
0 commit comments