MCPcopy
hub / github.com/pallets/click / __exit__

Method __exit__

src/click/_termui_impl.py:134–140  ·  view source on GitHub ↗
(
        self,
        exc_type: type[BaseException] | None,
        exc_value: BaseException | None,
        tb: TracebackType | None,
    )

Source from the content-addressed store, hash-verified

132 return self
133
134 def __exit__(
135 self,
136 exc_type: type[BaseException] | None,
137 exc_value: BaseException | None,
138 tb: TracebackType | None,
139 ) -> None:
140 self.render_finish()
141
142 def __iter__(self) -> cabc.Iterator[V]:
143 if not self.entered:

Callers

nothing calls this directly

Calls 1

render_finishMethod · 0.95

Tested by

no test coverage detected