Table of Contents

Class: AbstractFile em.py

An abstracted file that, when buffered, will totally buffer the file, including even the file open.

Methods   
__del__
__init__
abort
close
commit
flush
write
writelines
  __del__ 
__del__ ( self )

  __init__ 
__init__ (
        self,
        filename,
        mode='w',
        buffered=False,
        )

  abort 
abort ( self )

  close 
close ( self )

  commit 
commit ( self )

  flush 
flush ( self )

  write 
write ( self,  data )

  writelines 
writelines ( self,  data )


Table of Contents

This document was automatically generated on Mon Oct 27 01:29:13 2003 by HappyDoc version 2.1