Trees | Indices | Help |
|
---|
|
A class to hold special return code values and translate return code values into names.
|
|||
|
|||
|
|||
|
|
|||
ok_pattern = re.compile("^[A-Z][A-Z0-9]*_OK$")
|
|||
error_pattern = re.compile("^[A-Z][A-Z0-9]*_(ERR(OR)?|BUMMER)$")
|
|
Add a code name and value to the object. If value is not provided, look it up in the pymmlibs module from the name given. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:44 2015 | http://epydoc.sourceforge.net |