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

Method reset

Wrapping/Python/vtkmodules/test/ErrorObserver.py:35–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self._check(self.saw_warning, self.warning_message, expect, 'Warning')
34
35 def reset(self):
36 self._error_message = None
37 self._warning_message = None
38
39 @property
40 def saw_error(self):

Callers 4

__init__Method · 0.95
_checkMethod · 0.95
InitializeMethod · 0.45
FinalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected