MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _split

Method _split

Lib/textwrap.py:163–190  ·  view source on GitHub ↗

_split(text : string) -> [string] Split the text to wrap into indivisible chunks. Chunks are not quite the same as words; see _wrap_chunks() for full details. As an example, the text Look, goof-ball -- use the -b option! breaks into the following chunks:

(self, text)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

wrapMethod · 0.95

Calls 2

splitMethod · 0.80
filterFunction · 0.70

Tested by

no test coverage detected