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

Method __init__

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

Source from the content-addressed store, hash-verified

3
4class vtkErrorObserver(object):
5 def __init__(self):
6 self.CallDataType = 'string0'
7 self.reset()
8
9 def __call__(self, caller, event, data):
10 if event == 'ErrorEvent':

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected