Table of Contents
A simple class that supports all the file-like object methods but simply does nothing at all.
__init__ ( self )
close ( self )
flush ( self )
write ( self, data )
writelines ( self, lines )