Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _fix_write_default
Function
_fix_write_default
Tools/c-analyzer/c_common/tables.py:47–49 ·
view source on GitHub ↗
(row, empty='')
Source
from the content-addressed store, hash-verified
45
46
47
def
_fix_write_default(row, empty=
''
):
48
for
value in row:
49
yield
empty
if
value is None
else
str(value)
50
51
52
def
_normalize_fix_read(fix):
Callers
1
fix_row
Function · 0.85
Calls
1
str
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…