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

Method PrintWarnings

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

Source from the content-addressed store, hash-verified

86 for a in self.Errors:
87 self.Print( "* %s" % a )
88 def PrintWarnings(self):
89 if self.WarningValue:
90 self.Print( )
91 self.Print( "There were warnings:" )
92 for a in self.Warnings:
93 self.Print( "* %s" % a )
94
95 def TestFile(self, filename):
96 self.FileName = filename

Callers 1

HeaderTesting.pyFile · 0.80

Calls 1

PrintMethod · 0.95

Tested by

no test coverage detected