/usr/lib/imh-dnskeyapi/venv/lib/python3.13/site-packages/pluggy
NameSizeModeActions
py.typed00644editdlrm
_callers.py73160644editdlrm
_hooks.py251080644editdlrm
_manager.py202650644editdlrm
_result.py28490644editdlrm
_tracing.py20890644editdlrm
_version.py4110644editdlrm
_warnings.py8280644editdlrm
__init__.py9800644editdlrm
Edit: /usr/lib/imh-dnskeyapi/venv/lib/python3.13/site-packages/pluggy/_warnings.py (828B)
from typing import final class PluggyWarning(UserWarning): """Base class for all warnings emitted by pluggy.""" __module__ = "pluggy" @final class PluggyTeardownRaisedWarning(PluggyWarning): """A plugin raised an exception during an :ref:`old-style hookwrapper ` teardown. Such exceptions are not handled by pluggy, and may cause subsequent teardowns to be executed at unexpected times, or be skipped entirely. This is an issue in the plugin implementation. If the exception is unintended, fix the underlying cause. If the exception is intended, switch to :ref:`new-style hook wrappers `, or use :func:`result.force_exception() ` to set the exception instead of raising. """ __module__ = "pluggy"