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