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

Method time_render

benchmarks/benchmarks.py:40–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38 Text(snippets.LOREM_IPSUM).align("center", width=self.len_lorem_ipsum * 3)
39
40 def time_render(self):
41 list(self.text.render(self.console))
42
43 def time_wrapping_unicode_heavy(self):
44 Text(snippets.UNICODE_HEAVY_TEXT).wrap(self.console, 12, overflow="fold")

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected