xpublish.hookimpl#

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

Decorator for marking functions as hook implementations.

Instantiate it 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.