exception documentation

class CommandTimedOut(Failure): (source)

View In Hierarchy

Raised when a subprocess did not exit within a desired timeframe.

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Instance Variable timeout Undocumented

Inherited from Failure:

Method streams_for_display Return stdout/err streams as necessary for error display.
Instance Variable reason Undocumented
Instance Variable result Undocumented
Method _repr Return ``__repr__``-like value from inner result + any kwargs.
def __init__(self, result, timeout): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

Undocumented