Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ time_split
Method
time_split
benchmarks/benchmarks.py:31–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
Text(snippets.LOREM_IPSUM).fit(12)
30
31
def
time_split(self):
32
self.text.split()
33
34
def
time_divide(self):
35
Text(snippets.LOREM_IPSUM).divide(range(20, 100, 4))
Callers
nothing calls this directly
Calls
1
split
Method · 0.45
Tested by
no test coverage detected