def __exit__()

in aidial_assistant/commands/plugin_callback.py [0:0]


    def __exit__(
        self,
        __exc_type: type[BaseException] | None,
        __exc_value: BaseException | None,
        __traceback: TracebackType | None,