Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
wrap
Method · 0.95
Calls
2
_munge_whitespace
Method · 0.95
_split
Method · 0.95
Tested by
no test coverage detected