module Synopsis.Formatters.Dot
class SystemError
Error thrown by the system() function. Attributes are 'retval', encoded as per os.wait(): low-byte is killing signal number, high-byte is return value of command.
-Attributes
source code
source code
-Methods
  __init__(self, retval, command)
references
source code
  __repr__(self)
references
source code