(self)
| 59 | irenType = type(vtkRenderWindowInteractor()) |
| 60 | class vtkTestingInteractor(irenType): |
| 61 | def Start(self): |
| 62 | pass |
| 63 | irenType.override(vtkTestingInteractor) |
| 64 | |
| 65 | # seed the random number generator |
no outgoing calls
no test coverage detected