'forward' method, which canvas itself has inherited...
(self, *args, **kwargs)
| 310 | self._canvas.config(*args, **kwargs) |
| 311 | |
| 312 | def bind(self, *args, **kwargs): |
| 313 | """ 'forward' method, which canvas itself has inherited... |
| 314 | """ |
| 315 | self._canvas.bind(*args, **kwargs) |
| 316 | |
| 317 | def unbind(self, *args, **kwargs): |
| 318 | """ 'forward' method, which canvas itself has inherited... |
no outgoing calls
no test coverage detected