Home | History | Annotate | Download | only in idlelib

Lines Matching refs:IOBinding

116     from idlelib.IOBinding import IOBinding, filesystemencoding, encoding
309 # IOBinding implements file I/O and printing functionality
310 self.io = io = self.IOBinding(self)
645 # XXX Shouldn't this be in IOBinding or in FileList?