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

Method Warning

Testing/Core/HeaderTesting.py:79–81  ·  view source on GitHub ↗
(self, warning)

Source from the content-addressed store, hash-verified

77 self.ErrorValue = 1
78 self.Errors[error] = 1
79 def Warning(self, warning):
80 self.WarningValue = 1
81 self.Warnings[warning] = 1
82 def PrintErrors(self):
83 if self.ErrorValue:
84 self.Print( )

Callers 2

CheckPrintSelfMethod · 0.95
HeaderTesting.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected