MCPcopy 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
47def _fix_write_default(row, empty=''):
48 for value in row:
49 yield empty if value is None else str(value)
50
51
52def _normalize_fix_read(fix):

Callers 1

fix_rowFunction · 0.85

Calls 1

strFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…