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

Function show_file

Tools/c-analyzer/c_parser/preprocessor/__main__.py:97–100  ·  view source on GitHub ↗
(filename, lines)

Source from the content-addressed store, hash-verified

95 kwargs['get_file_preprocessor'] = _get_preprocessor()
96 if raw:
97 def show_file(filename, lines):
98 for line in lines:
99 print(line)
100 #print(line.raw)
101 else:
102 def show_file(filename, lines):
103 for line in lines:

Callers 1

cmd_preprocessFunction · 0.85

Calls 1

splitlinesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…