'forward' method, which canvas itself has inherited...
(self, *args, **kwargs)
| 418 | self._canvas.bind(*args, **kwargs) |
| 419 | |
| 420 | def unbind(self, *args, **kwargs): |
| 421 | """ 'forward' method, which canvas itself has inherited... |
| 422 | """ |
| 423 | self._canvas.unbind(*args, **kwargs) |
| 424 | |
| 425 | def focus_force(self): |
| 426 | """ 'forward' method, which canvas itself has inherited... |
no outgoing calls
no test coverage detected