Home
last modified time | relevance | path

Searched refs:_save (Results 1 – 1 of 1) sorted by relevance

/optee_os/scripts/kconfig/kconfiglib/
H A Dguiconfig.py315 _root.bind("<Control-s>", _save)
424 ttk.Button(topframe, text="Save", command=_save) \
1339 def _save(_=None): function