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

Method on_enter

rich/markdown.py:449–452  ·  view source on GitHub ↗
(self, context: MarkdownContext)

Source from the content-addressed store, hash-verified

447 super().__init__()
448
449 def on_enter(self, context: MarkdownContext) -> None:
450 self.link = context.current_style.link
451 self.text = Text(justify="left")
452 super().on_enter(context)
453
454 def __rich_console__(
455 self, console: Console, options: ConsoleOptions

Callers

nothing calls this directly

Calls 2

TextClass · 0.85
on_enterMethod · 0.45

Tested by

no test coverage detected