helper function for Scrolled Canvas
(cls)
| 298 | _dict[key] = value |
| 299 | |
| 300 | def __methods(cls): |
| 301 | """helper function for Scrolled Canvas""" |
| 302 | _dict = {} |
| 303 | __methodDict(cls, _dict) |
| 304 | return _dict.keys() |
| 305 | |
| 306 | __stringBody = ( |
| 307 | 'def %(method)s(self, *args, **kw): return ' + |
no test coverage detected