MCPcopy 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
108def _strip_spaces(alist):
109 return map(str.strip, alist)
110
111def _create_formatters(cp):
112 """Create and return formatters"""

Callers 3

_create_formattersFunction · 0.85
_install_handlersFunction · 0.85
_install_loggersFunction · 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…