Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ time_align_center
Method
time_align_center
benchmarks/benchmarks.py:37–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
Text(snippets.LOREM_IPSUM).divide(range(20, 100, 4))
36
37
def
time_align_center(self):
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))
Callers
nothing calls this directly
Calls
2
Text
Class · 0.90
align
Method · 0.80
Tested by
no test coverage detected