MCPcopy Index your code
hub / github.com/python/cpython / format_conf_lines

Function format_conf_lines

Tools/c-analyzer/cpython/_parser.py:20–22  ·  view source on GitHub ↗

Format conf entries for use in a TSV table.

(lines)

Source from the content-addressed store, hash-verified

18
19
20def format_conf_lines(lines):
21 """Format conf entries for use in a TSV table."""
22 return [_abs(entry) for entry in lines]
23
24
25def format_tsv_lines(lines):

Callers 1

_parser.pyFile · 0.85

Calls 1

_absFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…