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

Function _get_columns

Tools/c-analyzer/c_parser/datafiles.py:20–26  ·  view source on GitHub ↗
(group, extra=None)

Source from the content-addressed store, hash-verified

18
19
20def _get_columns(group, extra=None):
21 return BASE_COLUMNS + list(extra or ()) + [END_COLUMNS[group]]
22 #return [
23 # *BASE_COLUMNS,
24 # *extra or (),
25 # END_COLUMNS[group],
26 #]
27
28
29#############################

Callers 4

read_parsedFunction · 0.85
write_parsedFunction · 0.85
_iter_decls_tsvFunction · 0.85
_write_decls_tsvFunction · 0.85

Calls 1

listClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…