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

Function render_decl

Tools/c-analyzer/c_parser/datafiles.py:123–131  ·  view source on GitHub ↗
(decl)

Source from the content-addressed store, hash-verified

121 columns = _get_columns('decls', extracolumns)
122 if extracolumns:
123 def render_decl(decl):
124 if type(row) is tuple:
125 decl, *extra = decl
126 else:
127 extra = ()
128 extra += ('???',) * (len(extraColumns) - len(extra))
129 *row, declaration = _render_known_row(decl)
130 row += extra + (declaration,)
131 return row
132 else:
133 render_decl = _render_known_decl
134 _tables.write_table(

Callers 1

_write_decls_tsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…