Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Diomenu.py174 filename = self.askopenfile()
204 filename = self.askopenfile()
498 def askopenfile(self): member in IOBinding
/external/python/cpython2/Lib/idlelib/
DIOBinding.py203 filename = self.askopenfile()
233 filename = self.askopenfile()
532 def askopenfile(self): member in IOBinding
/external/python/cpython2/Lib/lib-tk/
DtkFileDialog.py143 def askopenfile(mode = "r", **options): function
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py393 def askopenfile(mode = "r", **options): function
/external/python/cpython2/Misc/
DHISTORY5465 option of tkFileDialog is exposed as function askopenfile{,name}s.
/external/python/cpython3/Misc/
DHISTORY22849 option of tkFileDialog is exposed as function askopenfile{,name}s.