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

Method time_fit_unicode_heavy

benchmarks/benchmarks.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 Text(snippets.UNICODE_HEAVY_TEXT).wrap(self.console, 12, overflow="fold")
45
46 def time_fit_unicode_heavy(self):
47 Text(snippets.UNICODE_HEAVY_TEXT).fit(12)
48
49 def time_split_unicode_heavy(self):
50 Text(snippets.UNICODE_HEAVY_TEXT).split()

Callers

nothing calls this directly

Calls 2

TextClass · 0.90
fitMethod · 0.45

Tested by

no test coverage detected