| Home | Trees | Indices | Help |
|
|---|
|
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Set the base tags associated with new jobs. Jobs are searchable by tags. Some tags come |
Stop a job. Raises KeyError if the job is not running. This is likely triggered by the client as requested by the user, but may also be triggered by the job itself if it notices that it is failing. |
|
Set the default service for subsequent requests. Example:
with park.local_service:
M1 = Assembly((model,data))
fit = Fit(M1)
err = Uncertainty(M1, fit.result, after=fit)
result = err.wait()
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 16 15:03:42 2009 | http://epydoc.sourceforge.net |