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 843d4b9 commit e587897Copy full SHA for e587897
pluggy/__init__.py
@@ -193,8 +193,7 @@ class PluginManager(object):
193
You can register plugin objects (which contain hooks) by calling
194
``register(plugin)``. The Pluginmanager is initialized with a
195
prefix that is searched for in the names of the dict of registered
196
- plugin objects. An optional excludefunc allows to blacklist names which
197
- are not considered as hooks despite a matching prefix.
+ plugin objects.
198
199
For debugging purposes you can call ``enable_tracing()``
200
which will subsequently send debug information to the trace helper.
0 commit comments