'forward' method, which canvas itself has inherited...
(self, *args, **kwargs)
| 404 | return self._canvas.cget(*args, **kwargs) |
| 405 | |
| 406 | def config(self, *args, **kwargs): |
| 407 | """ 'forward' method, which canvas itself has inherited... |
| 408 | """ |
| 409 | self._canvas.config(*args, **kwargs) |
| 410 | |
| 411 | def bind(self, *args, **kwargs): |
| 412 | """ 'forward' method, which canvas itself has inherited... |
no outgoing calls
no test coverage detected