MCPcopy Index your code
hub / github.com/python/cpython / _split_chunks

Method _split_chunks

Lib/textwrap.py:341–343  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

339 return lines
340
341 def _split_chunks(self, text):
342 text = self._munge_whitespace(text)
343 return self._split(text)
344
345 # -- Public interface ----------------------------------------------
346

Callers 1

wrapMethod · 0.95

Calls 2

_munge_whitespaceMethod · 0.95
_splitMethod · 0.95

Tested by

no test coverage detected