HappyDoc Generated Documentation Class: SkipCommentsFile

. / Trajectory / formats / Gromos / Gromos.py / SkipCommentsFile 

File that skips over comments automatically

Methods   
  skipUntil 
skipUntil ( self,  marker )

skip lines until we encounter the markerstring

Exceptions   

IOError, "EOF while skipping to marker" " '%s'" % marker

  gimmeLine 
gimmeLine ( self )
  readUntil 
readUntil ( self,  marker )

return a list of lines read from where we are in the file until we reach the markerstring. That line is discarded.

Exceptions   

IOError, "EOF while reading to marker" " '%s'" % marker

  __init__ 
__init__ ( self,  fname )
  rewind 
rewind ( self )

This document was automatically generated Thu Feb 02 15:18:10 2006 by HappyDoc version 3.0.a1