]> granicus.if.org Git - python/commit
Use self.__class__ to instantiate a TreeNode item recursively, to
authorGuido van Rossum <guido@python.org>
Mon, 27 May 2002 13:35:05 +0000 (13:35 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 May 2002 13:35:05 +0000 (13:35 +0000)
commit24989727b97368506c85bb23a1adfdf698f9ed7e
treeab5caa13574157c10d5fc538982cf90b3fec9d05
parent5d2af63cc36ca1141e1ec7412fc33866f3908408
Use self.__class__ to instantiate a TreeNode item recursively, to
allow subclassing.
Tools/idle/TreeWidget.py