Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Formatter::Dot
class SystemError
Files: Synopsis/Formatter/Dot.py

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.


Operations Summary:
 __init__(self, retval, command) [Source]
 __repr__(self) [Source]