MCPcopy
hub / github.com/huggingface/datasets / _split_text

Function _split_text

tests/test_py_utils.py:238–239  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

236
237
238def _split_text(text: str):
239 return text.split()
240
241
242def _2seconds_generator_of_2items_with_timing(content):

Callers

nothing calls this directly

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected