class documentation

class Context: (source)

View In Hierarchy

Keyword arguments presented by the caller to ``distributions()`` or ``Distribution.discover()`` to narrow the scope of a search for distributions in all DistributionFinders. Each DistributionFinder may expect any parameters and should attempt to honor the canonical parameters defined below when appropriate.

Method __init__ Undocumented
Class Variable name Specific name for which a distribution finder should match. A name of ``None`` matches all distributions.
Property path The sequence of directory path that a distribution finder should search.
def __init__(self, **kwargs): (source)

Undocumented

Specific name for which a distribution finder should match. A name of ``None`` matches all distributions.

The sequence of directory path that a distribution finder should search. Typically refers to Python installed package paths such as "site-packages" directories and defaults to ``sys.path``.