Lines Matching defs:readline
30 something that provides 'readline()' and 'close()' methods). It is
36 'readline()':
63 semantics of 'readline()' must differ from those of the builtin file
64 object's 'readline()' method! In particular, 'readline()' returns
82 the values returned by 'readline()'."""
152 def readline(self):
158 'warn()' after 'readline()' emits a warning about the physical
175 line = self.file.readline()
277 line = self.readline()
284 checked by future 'readline()' calls. Handy for implementing