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

Method PrintError

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

Source from the content-addressed store, hash-verified

1361 sys.stdout.write(message)
1362
1363 def PrintError(self, message):
1364 if self.output_format == 'junit':
1365 self._junit_errors.append(message)
1366 else:
1367 sys.stderr.write(message)
1368
1369 def AddJUnitFailure(self, filename, linenum, message, category, confidence):
1370 self._junit_failures.append((filename, linenum, message, category,

Callers 3

ErrorFunction · 0.80
ProcessConfigOverridesFunction · 0.80
ProcessFileFunction · 0.80

Calls 2

appendMethod · 0.65
writeMethod · 0.65

Tested by

no test coverage detected