Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/
Dfiledialog.py77 self.filter.bind('<Return>', self.filter_command)
110 command=self.filter_command)
133 self.filter_command()
152 self.filter_command()
173 def filter_command(self, event=None): member in FileDialog
/third_party/python/Doc/library/
Ddialog.rst153 .. method:: filter_command(event=None)