'forward' method, which canvas itself has inherited...
(self, *args, **kwargs)
| 305 | return self._canvas.cget(*args, **kwargs) |
| 306 | |
| 307 | def config(self, *args, **kwargs): |
| 308 | """ 'forward' method, which canvas itself has inherited... |
| 309 | """ |
| 310 | self._canvas.config(*args, **kwargs) |
| 311 | |
| 312 | def bind(self, *args, **kwargs): |
| 313 | """ 'forward' method, which canvas itself has inherited... |
no outgoing calls
no test coverage detected