MCPcopy Create free account
hub / github.com/ElementsProject/elements / print_filenames

Function print_filenames

contrib/devtools/copyright_header.py:181–185  ·  view source on GitHub ↗
(filenames, verbose)

Source from the content-addressed store, hash-verified

179SEPARATOR = '-'.join(['' for _ in range(80)])
180
181def print_filenames(filenames, verbose):
182 if not verbose:
183 return
184 for filename in filenames:
185 print("\t%s" % filename)
186
187def print_report(file_infos, verbose):
188 print(SEPARATOR)

Callers 1

print_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected