Method
time_split_unicode_heavy
benchmarks/benchmarks.py:49–50
· benchmarks/benchmarks.py::TextSuite.time_split_unicode_heavy
(self)
Source from the content-addressed store, hash-verified
| 47 | Text(snippets.UNICODE_HEAVY_TEXT).fit(12) |
| 48 | |
| 49 | def time_split_unicode_heavy(self): |
| 50 | Text(snippets.UNICODE_HEAVY_TEXT).split() |
| 51 | |
| 52 | def time_divide_unicode_heavy(self): |
| 53 | self.text.divide(range(20, 100, 4)) |
Callers
nothing calls this directly
Tested by
no test coverage detected