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

Module Martel.RecordReader

Classes
CountLines Read a specified (fixed) number of lines
EndsWith  
Everything Reads everything
Nothing Reads nothing
RecordReader  
StartsWith  
Until  

Exceptions
ReaderError  

Function Summary
  _endswith_tagtable_newline(text)
  _endswith_tagtable_rest_of_line(text)
  _find_begin_positions(text, tagtable)
  _find_end_positions(text, tagtable)
  _startswith_tagtable_newline(text)
  _startswith_tagtable_rest_of_line(text)

Variable Summary
int SIZEHINT = 100000                                                                
tuple _tag_lines_tagtable = ((None, 31, '\xff\xdb\xff\xff\xff\...

Variable Details

SIZEHINT

Type:
int
Value:
100000                                                                

_tag_lines_tagtable

Type:
tuple
Value:
((None,
  31,
  '\xff\xdb\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xf\
f\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff',
  1,
  1),
 ('newline', 13, '\n', 1, -1),
 (None, 13, '\r', 3, 1),
...                                                                    

Generated by Epydoc 2.1 on Thu Mar 31 20:15:48 2005 http://epydoc.sf.net