Module unittest :: Class _WritelnDecorator
[hide private]
[frames] | no frames]

type _WritelnDecorator

object --+
         |
        _WritelnDecorator

Used to decorate file-like objects with a handy 'writeln' method

Instance Methods [hide private]
 
__init__(self, stream)
 
__getattr__(self, attr)
 
writeln(self, arg=None)
Method Details [hide private]

__init__(self, stream)
(Constructor)

 
Overrides: object.__init__
(inherited documentation)