mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
hexp(): New function
This commit is contained in:
parent
a398924c6a
commit
6831c30143
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user