xpublish.hookimpl#
- xpublish.hookimpl = <pluggy._hooks.HookimplMarker object>#
Decorator for marking functions as hook implementations.
Instantiate it with a
project_nameto get a decorator. CallingPluginManager.register()later will discover all marked functions if thePluginManageruses the same project name.