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