mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Add documentation to PluginManager.map
This commit is contained in:
parent
916bec859c
commit
c67735792b
1 changed files with 2 additions and 1 deletions
|
|
@ -169,7 +169,8 @@ class PluginManager(object):
|
|||
pass
|
||||
|
||||
Any extra positional or keyword arguments specified with map will
|
||||
be passed along to this function after the plugin.
|
||||
be passed along to this function after the plugin. The plugin
|
||||
passed is a :class:`~flake8.plugins.manager.Plugin`.
|
||||
:param args:
|
||||
Positional arguments to pass to ``func`` after each plugin.
|
||||
:param kwargs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue