Home | Trees | Indices | Help |
---|
|
object --+ | extension.Extension --+ | runnable.Runnable --+ | resource.Resource --+ | CompiledResource
A CompiledResource compiles an executable.
|
|||
Inherited from Inherited from |
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
options = SetField(TextField(description= "Resource-specific o
|
|||
source_files = SetField(TextField(description= "Source files t
|
|||
executable = TextField(description= "The name of the executabl
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Set up the resource. 'context' -- A 'Context' giving run-time parameters to the resource. The resource may place additional variables into the 'context'; these variables will be visible to tests that depend on the resource. 'result' -- A 'Result' object. The outcome will be 'Result.PASS' when this method is called. The 'result' may be modified by this method to indicate outcomes other than 'Result.PASS' or to add annotations. This method should not return a value. Derived classes must override this method.
|
Clean up the resource. 'result' -- A 'Result' object. The outcome will be 'Result.PASS' when this method is called. The 'result' may be modified by this method to indicate outcomes other than 'Result.PASS' or to add annotations. This method should not return a value. Derived classes may override this method.
|
|
options
|
source_files
|
executable
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:40 2011 | http://epydoc.sourceforge.net |