Home
last modified time | relevance | path

Searched refs:find_plugins (Results 1 – 3 of 3) sorted by relevance

/external/python/setuptools/pkg_resources/
Dapi_tests.txt270 >>> ws.find_plugins(plugins)
278 >>> ws.find_plugins(plugins)
284 >>> ws.find_plugins(plugins, fallback=False)
D__init__.py799 def find_plugins( member in WorkingSet
/external/python/setuptools/docs/
Dpkg_resources.txt399 metadata. The ``find_plugins()`` method allows you to do this, by scanning an
403 ``find_plugins(plugin_env, full_env=None, fallback=True)``
409 distributions, errors = working_set.find_plugins(
438 The resolution algorithm used by ``find_plugins()`` is as follows. First,
1728 * Added the ``extras`` attribute to ``Distribution``, the ``find_plugins()``