Source code

Revision control

Copy as Markdown

Other Tools

import pluggy
hookimpl = pluggy.HookimplMarker("eggsample")
"""Marker to be imported and used in plugins (and for own implementations)"""