Table of Contents

Module: RecordReader Martel/RecordReader.py
Imported modules   
from mx import TextTools
import string
Functions   
_endswith_tagtable_newline
_endswith_tagtable_rest_of_line
_find_begin_positions
_find_end_positions
_startswith_tagtable_newline
_startswith_tagtable_rest_of_line
  _endswith_tagtable_newline 
_endswith_tagtable_newline ( text )

  _endswith_tagtable_rest_of_line 
_endswith_tagtable_rest_of_line ( text )

  _find_begin_positions 
_find_begin_positions ( text,  tagtable )

Exceptions   
ReaderError("invalid format starting with %s" % repr(text [ : 50 ] ) )
ReaderError, "could not parse to end of text (ended at %d of %d)" %(pos, len( text ) )
  _find_end_positions 
_find_end_positions ( text,  tagtable )

Exceptions   
ReaderError("invalid format starting with %s" % repr(text [ : 50 ] ) )
ReaderError, "could not parse to end of text (ended at %d of %d)" %(pos, len( text ) )
  _startswith_tagtable_newline 
_startswith_tagtable_newline ( text )

  _startswith_tagtable_rest_of_line 
_startswith_tagtable_rest_of_line ( text )

Classes   
CountLines

Read a specified (fixed) number of lines

EndsWith
Everything

Reads everything

Nothing

Reads nothing

ReaderError
RecordReader
StartsWith
Until

Table of Contents

This document was automatically generated on Mon Jul 1 12:03:20 2002 by HappyDoc version 2.0.1