Searched defs:loadfile (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DIOBinding.py4 # - IOBinding.loadfile() interprets Windows, UNIX, and Macintosh
212 # pass self.loadfile to flist.open so it will load the file
219 flist.open(filename, self.loadfile)
238 self.loadfile(filename)
247 def loadfile(self, filename): member in class:IOBinding
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DIOBinding.py4 # - IOBinding.loadfile() interprets Windows, UNIX, and Macintosh
212 # pass self.loadfile to flist.open so it will load the file
219 flist.open(filename, self.loadfile)
238 self.loadfile(filename)
247 def loadfile(self, filename): member in class:IOBinding

Completed in 211 milliseconds