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