HWRF
trunk@4391
|
Instructs a Runner to send stderr to stdout. More...
Public Member Functions | |
def | __init__ (self) |
OutIsError constructor. More... | |
def | copy (self) |
Returns a new OutIsError object. More... | |
def | to_shell (self) |
Returns "2>&1". | |
def | repr_for_in (self) |
This should never be called. More... | |
def | repr_for_out (self) |
Part of the representation of Runner.__repr__. More... | |
def | __eq__ (self, other) |
Is the other object an OutIsError? More... | |
![]() | |
def | for_input (self) |
Has no effect. More... | |
def | for_output (self) |
Has no effect. More... | |
def | repr_for_err (self) |
Returns the stderr value. More... | |
def produtil.prog.OutIsError.__init__ | ( | self | ) |
OutIsError constructor.
def produtil.prog.OutIsError.__eq__ | ( | self, | |
other | |||
) |
Is the other object an OutIsError?
other | the other object to analyze. |
def produtil.prog.OutIsError.copy | ( | self | ) |
Returns a new OutIsError object.
Definition at line 275 of file prog.py.
Referenced by produtil.prog.ImmutableRunner.runner().
def produtil.prog.OutIsError.repr_for_in | ( | self | ) |
def produtil.prog.OutIsError.repr_for_out | ( | self | ) |
Part of the representation of Runner.__repr__.
Returns ".err2out()" which instructs a Runner to send stderr to stdout.
Definition at line 287 of file prog.py.
Referenced by produtil.prog.StreamGenerator.repr_for_err().