'forward' method, which canvas itself has inherited...
(self, *args, **kwargs)
| 315 | self._canvas.bind(*args, **kwargs) |
| 316 | |
| 317 | def unbind(self, *args, **kwargs): |
| 318 | """ 'forward' method, which canvas itself has inherited... |
| 319 | """ |
| 320 | self._canvas.unbind(*args, **kwargs) |
| 321 | |
| 322 | def focus_force(self): |
| 323 | """ 'forward' method, which canvas itself has inherited... |
no outgoing calls
no test coverage detected