]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
hexp() => hexp_var()
authorBarry Warsaw <barry@python.org>
Tue, 6 Oct 1998 15:50:36 +0000 (15:50 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 6 Oct 1998 15:50:36 +0000 (15:50 +0000)
Tools/pynche/TypeinViewer.py

index e2caaf5ab14e0b806431a2dc728bd4bba3c3c7bc..d3dad51d71cc38859c533f706b5d05dc650653bc 100644 (file)
@@ -128,5 +128,5 @@ class TypeinViewer:
         self.__y.insert(0, greenstr)
         self.__z.insert(0, bluestr)
 
-    def hexp(self):
-        return self.__hexp.get()
+    def hexp_var(self):
+        return self.__hexp