(self)
| 33 | |
| 34 | class vtkWebProtocol(LinkProtocol): |
| 35 | def getApplication(self): |
| 36 | return self.getSharedObject("app") |
| 37 | |
| 38 | # no need for a setApplication anymore, but keep for compatibility |
| 39 | def setApplication(self, app): |
no outgoing calls
no test coverage detected