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

Method ErrorOccurred

Common/Core/Testing/Python/TestEmptyInput.py:124–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122 self.__ErrorMessage = message
123
124 def ErrorOccurred(self):
125 occ = self.__ErrorOccurred
126 self.__ErrorOccurred = False
127 return occ
128
129 def ErrorMessage(self):
130 return self.__ErrorMessage

Callers 3

TryUpdateFunction · 0.45
TryShutdownFunction · 0.45
TrySetInputDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected