MCPcopy Create free account
hub / github.com/Kitware/VTK / PrintErrors

Method PrintErrors

Testing/Core/HeaderTesting.py:82–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 self.WarningValue = 1
81 self.Warnings[warning] = 1
82 def PrintErrors(self):
83 if self.ErrorValue:
84 self.Print( )
85 self.Print( "There were errors:" )
86 for a in self.Errors:
87 self.Print( "* %s" % a )
88 def PrintWarnings(self):
89 if self.WarningValue:
90 self.Print( )

Callers 1

HeaderTesting.pyFile · 0.80

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected