mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-16 09:09:52 +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
|
pass
|
||||||
|
|
||||||
Any extra positional or keyword arguments specified with map will
|
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:
|
:param args:
|
||||||
Positional arguments to pass to ``func`` after each plugin.
|
Positional arguments to pass to ``func`` after each plugin.
|
||||||
:param kwargs:
|
:param kwargs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue