MCPcopy 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
42def _fix_read_default(row):
43 for value in row:
44 yield value.strip()
45
46
47def _fix_write_default(row, empty=''):

Callers 1

fix_rowFunction · 0.85

Calls 1

stripMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…