commit | 526749b6782cfb56f995b8a299a39195b23b77bf | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat May 03 04:16:23 1997 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat May 03 04:16:23 1997 +0000 |
tree | 6bf4ae71f759ab06391bc56f3086273a34bbed6a | |
parent | 84bf42531c482e760a8762aa5d6a10de73937a9b [diff] |
Misc.__init__(): Removed method, replaced with class attribute (which was all that the method set anyway). Removed calls to the constructor. This reduces the number of Python function calls per widget construction by one, for every widget construction.