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

Method __enter__

rich/console.py:379–381  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

377 self.links = links
378
379 def __enter__(self) -> "PagerContext":
380 self._console._enter_buffer()
381 return self
382
383 def __exit__(
384 self,

Callers

nothing calls this directly

Calls 1

_enter_bufferMethod · 0.80

Tested by

no test coverage detected