Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _strip_spaces
Function
_strip_spaces
Lib/logging/config.py:108–109 ·
view source on GitHub ↗
(alist)
Source
from the content-addressed store, hash-verified
106
return
found
107
108
def
_strip_spaces(alist):
109
return
map(str.strip, alist)
110
111
def
_create_formatters(cp):
112
""
"Create and return formatters"
""
Callers
3
_create_formatters
Function · 0.85
_install_handlers
Function · 0.85
_install_loggers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…