mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Saving/Restoring state into ~/.pynche file
This commit is contained in:
parent
28e7b4cce1
commit
8a09e1ccda
10 changed files with 160 additions and 27 deletions
|
@ -110,3 +110,6 @@ class ChipViewer:
|
|||
colorname = self.__nearest.get_color()
|
||||
red, green, blue = self.__sb.colordb().find_byname(colorname)
|
||||
self.__sb.update_views(red, green, blue)
|
||||
|
||||
def save_options(self, optiondb):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue