Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DClassBrowser.py22 file_open = None # Method...Item and Class...Item use this. variable
33 global file_open
35 file_open = PyShell.flist.open
179 edit = file_open(self.file)
215 edit = file_open(self.file)
230 global file_open
231 file_open = flist.open
/external/python/cpython3/Lib/idlelib/
Dbrowser.py22 file_open = None # Method...Item and Class...Item use this. variable
96 global file_open
100 file_open = flist.open
168 file_open(self.file)
226 edit = file_open(self.obj.file)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_pathbrowser.py40 self.assertIsNotNone(browser.file_open)
Dtest_browser.py39 self.assertIsNotNone(browser.file_open)
/external/python/cpython2/Lib/test/
Dtest_urllib2.py709 r = h.file_open(Request(url))
742 h.file_open, Request(url))
765 h.file_open(req)
/external/python/cpython3/Lib/test/
Dtest_urllib2.py791 r = h.file_open(Request(url))
825 h.file_open, Request(url))
847 h.file_open(req)
/external/python/cpython2/Lib/
Durllib2.py1329 def file_open(self, req): member in FileHandler
/external/python/cpython3/Lib/urllib/
Drequest.py1470 def file_open(self, req): member in FileHandler
/external/python/cpython2/Doc/library/
Durllib2.rst877 .. method:: FileHandler.file_open(req)
/external/python/cpython3/Doc/library/
Durllib.request.rst1075 .. method:: FileHandler.file_open(req)