Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_empty_string
Method
test_empty_string
Lib/test/test_textwrap.py:1106–1107 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1104
"I'm glad to hear$$"
, placeholder=
'$$'
)
1105
1106
def
test_empty_string(self):
1107
self.check_shorten(
""
, 6,
""
)
1108
1109
def
test_whitespace(self):
1110
# Whitespace collapsing
Callers
nothing calls this directly
Calls
1
check_shorten
Method · 0.95
Tested by
no test coverage detected