OpenStructure
Public Member Functions | Data Fields
MsmsProcessError Class Reference

Inherits Exception.

Public Member Functions

def __init__ (self, returncode, command)
 
def __str__ (self)
 

Data Fields

 returncode
 
 command
 

Detailed Description

Python 2.4 and older do not include the CalledProcessError exception. This
class substitutes it.

Definition at line 28 of file msms.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  returncode,
  command 
)

Definition at line 33 of file msms.py.

Member Function Documentation

◆ __str__()

def __str__ (   self)

Definition at line 36 of file msms.py.

Field Documentation

◆ command

command

Definition at line 35 of file msms.py.

◆ returncode

returncode

Definition at line 34 of file msms.py.


The documentation for this class was generated from the following file: