mirror of https://github.com/python/cpython.git
hexp() => hexp_var()
This commit is contained in:
parent
6831c30143
commit
73290dff30
|
@ -128,5 +128,5 @@ def update_yourself(self, red, green, blue):
|
|||
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…
Reference in New Issue