MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / PrintInfo

Method PrintInfo

src/tests/coding/cpplint.py:1353–1357  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

1351 self.PrintInfo('Total errors found: %d\n' % self.error_count)
1352
1353 def PrintInfo(self, message):
1354 # _quiet does not represent --quiet flag.
1355 # Hide infos from stdout to keep stdout pure for machine consumption
1356 if not _quiet and self.output_format not in _MACHINE_OUTPUTS:
1357 sys.stdout.write(message)
1358
1359 def PrintError(self, message):
1360 if self.output_format == 'junit':

Callers 3

PrintErrorCountsMethod · 0.95
ProcessConfigOverridesFunction · 0.80
ProcessFileFunction · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected