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

Module RecordReader

source code

Classes [hide private]
  ReaderError
  RecordReader
  StartsWith
  EndsWith
  Until
  CountLines
Read a specified (fixed) number of lines
  Nothing
Reads nothing
  Everything
Reads everything
Functions [hide private]
 
_startswith_tagtable_rest_of_line(text) source code
 
_startswith_tagtable_newline(text) source code
 
_find_begin_positions(text, tagtable) source code
 
_endswith_tagtable_newline(text) source code
 
_endswith_tagtable_rest_of_line(text) source code
 
_find_end_positions(text, tagtable) source code
Variables [hide private]
  SIZEHINT = 100000
  _tag_lines_tagtable = None, TT.AllInSet, TT.invset('\r\n'),+ 1...
Variables Details [hide private]

_tag_lines_tagtable

Value:
None, TT.AllInSet, TT.invset('\r\n'),+ 1,+ 1, ("newline", TT.Is, '\n',\
+ 1,-1), (None, TT.Is, '\r',+ 3,+ 1), ("newline", TT.Is, '\n',+ 1,-3),\
 ("newline", TT.Skip, 0,-4,-4), (None, TT.EOF, TT.Here,-5, TT.MatchOk)\
,