Methods
|
|
__init__
next
remainder
|
|
__init__
|
__init__ (
self,
infile,
text,
sizehint=SIZEHINT,
lookahead="",
)
Exceptions
|
|
AssertionError, "'\\n' can only exist at the end of the string"
|
|
|
next
|
next ( self )
Exceptions
|
|
ReaderError("Last record not terminated: at %s ..." % repr(self.lookahead [ : 50 ] ) )
|
|
|
remainder
|
remainder ( self )
|
|