helper function for Scrolled Canvas
(cls)
| 195 | _dict[key] = value |
| 196 | |
| 197 | def __methods(cls): |
| 198 | """helper function for Scrolled Canvas""" |
| 199 | _dict = {} |
| 200 | __methodDict(cls, _dict) |
| 201 | return _dict.keys() |
| 202 | |
| 203 | __stringBody = ( |
| 204 | 'def %(method)s(self, *args, **kw): return ' + |
no test coverage detected