xpublish.hookimpl#

xpublish.hookimpl = <pluggy._hooks.HookimplMarker object>#

Decorator helper class for marking functions as hook implementations.

You can instantiate with a project_name to get a decorator. Calling PluginManager.register() later will discover all marked functions if the PluginManager uses the same project_name.