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

Function read_parsed

Tools/c-analyzer/c_parser/datafiles.py:32–36  ·  view source on GitHub ↗
(infile)

Source from the content-addressed store, hash-verified

30# high-level
31
32def read_parsed(infile):
33 # XXX Support other formats than TSV?
34 columns = _get_columns('parsed')
35 for row in _tables.read_table(infile, columns, sep='\t', fix='-'):
36 yield _info.ParsedItem.from_row(row, columns)
37
38
39def write_parsed(items, outfile):

Callers

nothing calls this directly

Calls 2

_get_columnsFunction · 0.85
from_rowMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…