Class FullIORedirect
object --+
|
IOSilence --+
|
FullIORedirect
Context manager returns an IOString with all output from
stderr/stdout.
Because of output from c / python, this output may not be in the
correct order. This is indeed to be used to verify certain messages from
errors, in tests only.
|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
__init__(self)
(Constructor)
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
- Overrides:
object.__init__
- (inherited documentation)
|