Table of Contents

Class: UncloseableFile em.py

A simple class which wraps around a delegate file-like object and lets everything through except close calls.

Methods   
__init__
close
flush
write
writelines
  __init__ 
__init__ ( self,  delegate )

  close 
close ( self )

Eat this one.

  flush 
flush ( self )

  write 
write ( self,  data )

  writelines 
writelines ( self,  lines )


Table of Contents

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