Home | Trees | Indices | Help |
|
---|
|
1 # -*- Mode: Python; tab-width: 4; py-indent-offset: 4; -*- 2 3 """Exception classes for errors 4 5 These are are the standard errors that pype and the pype libraries 6 functions might throw during task execution. 7 8 Author -- James A. Mazer (mazerj@gmail.com) 9 10 """ 11 24 30 31 # for obsolete function calls 33 3436 raise Obsolete37
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Nov 17 00:22:04 2018 | http://epydoc.sourceforge.net |