Trees | Indices | Help |
|
---|
|
object --+ | model_task.ModelTask --+ | StandaloneTask
Abstract base task for standalone models.
This class is meant to be the superclass of the user's various standalone models. These will generally compiled models, but can include anything that needs to be launched in a subprocess
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
abstractModel =
|
|||
executable =
|
|||
Inherited from |
|
|||
Inherited from |
|
Spawns a python subprocess of 'executable' class variable and executes. This method is meant to run standalone binaries of models. It stores the stdout/stderr in class variables called self.stdout and self.stderr.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 13 12:54:32 2011 | http://epydoc.sourceforge.net |