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