Home
last modified time | relevance | path

Searched refs:plugin_env (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/pkg_resources/
D__init__.py800 self, plugin_env, full_env=None, installer=None, fallback=True): argument
835 plugin_projects = list(plugin_env)
844 env += plugin_env
846 env = full_env + plugin_env
854 for dist in plugin_env[project_name]:
/external/python/setuptools/docs/
Dpkg_resources.txt403 ``find_plugins(plugin_env, full_env=None, fallback=True)``
404 Scan `plugin_env` and identify which distributions could be added to this
415 The `plugin_env` should be an ``Environment`` instance that contains only
425 `distributions` is a list of the distributions found in `plugin_env` that
439 the project names of the distributions present in `plugin_env` are sorted.