Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _fix_read_default
Function
_fix_read_default
Tools/c-analyzer/c_common/tables.py:42–44 ·
view source on GitHub ↗
(row)
Source
from the content-addressed store, hash-verified
40
41
42
def
_fix_read_default(row):
43
for
value in row:
44
yield
value.strip()
45
46
47
def
_fix_write_default(row, empty=
''
):
Callers
1
fix_row
Function · 0.85
Calls
1
strip
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…