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

Method Print

Testing/Core/HeaderTesting.py:70–75  ·  view source on GitHub ↗
(self, text="")

Source from the content-addressed store, hash-verified

68 def SetExport(self, export):
69 self.Export = export
70 def Print(self, text=""):
71 rtext = text
72 if test_from_ctest:
73 rtext = rtext.replace("<", "&lt;")
74 rtext = rtext.replace(">", "&gt;")
75 print(rtext)
76 def Error(self, error):
77 self.ErrorValue = 1
78 self.Errors[error] = 1

Callers 12

PrintErrorsMethod · 0.95
PrintWarningsMethod · 0.95
TestFileMethod · 0.95
CheckABINamespaceMethod · 0.95
CheckIncludesMethod · 0.95
CheckGuardMethod · 0.95
CheckParentMethod · 0.95
CheckTypeMacroMethod · 0.95
CheckPrintSelfMethod · 0.95
CheckWindowsManglingMethod · 0.95

Calls 1

printFunction · 0.50

Tested by

no test coverage detected