]> granicus.if.org Git - python/commitdiff
hexp(): New function
authorBarry Warsaw <barry@python.org>
Tue, 6 Oct 1998 15:49:19 +0000 (15:49 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 6 Oct 1998 15:49:19 +0000 (15:49 +0000)
Tools/pynche/TypeinViewer.py

index ee3aa21f91b9d8c6b288488765f7c877b0121309..e2caaf5ab14e0b806431a2dc728bd4bba3c3c7bc 100644 (file)
@@ -127,3 +127,6 @@ class TypeinViewer:
         self.__x.insert(0, redstr)
         self.__y.insert(0, greenstr)
         self.__z.insert(0, bluestr)
+
+    def hexp(self):
+        return self.__hexp.get()