Package Martel :: Module RecordReader :: Class Nothing
[hide private]
[frames] | no frames]

Class Nothing

source code

RecordReader --+
               |
              Nothing

Reads nothing

Instance Methods [hide private]
 
__init__(self, infile, sizehint=100000, lookahead='') source code
 
next(self) source code
 
remainder(self) source code
Method Details [hide private]

__init__(self, infile, sizehint=100000, lookahead='')
(Constructor)

source code 
Overrides: RecordReader.__init__

next(self)

source code 
Overrides: RecordReader.next

remainder(self)

source code 
Overrides: RecordReader.remainder