Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DFileDialog.py18 dialogstates = {} variable
110 if key and key in dialogstates:
111 self.directory, pattern = dialogstates[key]
130 dialogstates[key] = directory, pattern