================ API Reference ================ In addition to the Flake8 plugin, the following public API is available to allow other plugins to build on top of ``flake8-params``. .. automodule:: flake8_params :no-docstring: :no-members: :autosummary-members: .. autofunction:: flake8_params.get_decorator_names .. autofunction:: flake8_params.get_docstring_args .. autofunction:: flake8_params.get_signature_args .. autofunction:: flake8_params.check_params .. autoclass:: flake8_params.Plugin :no-members: .. autoclass:: flake8_params.Visitor :no-members: