Add documentation to PluginManager.map

This commit is contained in:
Ian Cordasco 2016-01-21 08:32:46 -06:00
parent 916bec859c
commit c67735792b

View file

@ -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: