MCPcopy Create free account
hub / github.com/alibaba/GraphScope / PrintInfo

Method PrintInfo

analytical_engine/misc/cpplint.py:1357–1361  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

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

Callers 3

PrintErrorCountsMethod · 0.95
ProcessConfigOverridesFunction · 0.80
ProcessFileFunction · 0.80

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected