MCPcopy
hub / github.com/Textualize/rich / __enter__

Method __enter__

rich/live.py:183–185  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181 self.ipy_widget.close() # pragma: no cover
182
183 def __enter__(self) -> Self:
184 self.start(refresh=self._renderable is not None)
185 return self
186
187 def __exit__(
188 self,

Callers

nothing calls this directly

Calls 1

startMethod · 0.95

Tested by

no test coverage detected