MCPcopy Index your code
hub / github.com/clips/pattern / split

Function split

pattern/text/__init__.py:1813–1814  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1811 return _multilingual("parsetree", *args, **kwargs)
1812
1813def split(*args, **kwargs):
1814 return _multilingual("split", *args, **kwargs)
1815
1816def tag(*args, **kwargs):
1817 return _multilingual("tag", *args, **kwargs)

Callers

nothing calls this directly

Calls 1

_multilingualFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…