mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
hexp() => hexp_var()
This commit is contained in:
parent
6831c30143
commit
73290dff30
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue