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

Method Error

Testing/Core/HeaderTesting.py:76–78  ·  view source on GitHub ↗
(self, error)

Source from the content-addressed store, hash-verified

74 rtext = rtext.replace(">", ">")
75 print(rtext)
76 def Error(self, error):
77 self.ErrorValue = 1
78 self.Errors[error] = 1
79 def Warning(self, warning):
80 self.WarningValue = 1
81 self.Warnings[warning] = 1

Callers 9

CheckExcludeMethod · 0.95
CheckABINamespaceMethod · 0.95
CheckIncludesMethod · 0.95
CheckGuardMethod · 0.95
CheckParentMethod · 0.95
CheckTypeMacroMethod · 0.95
CheckWindowsManglingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected