Home | Trees | Index | Help |
---|
|
object --+ | extension.Extension --+ | target.Target --+ | SerialTarget
|
|||
Inherited from |
|
|||
__init__(self,
database,
properties)
Construct a 'Target'. |
|||
IsIdle(self)
Return true if the target is idle. |
|||
_GetTemporaryDirectory(self)
Return the path to a temporary directory. |
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
Construct a 'Target'. 'database' -- The 'Database' containing the tests that will be run. 'arguments' -- As for 'Extension.__init__'. 'args' -- As for 'Extension.__init__'.
|
Return true if the target is idle. returns -- True if the target is idle. If the target is idle, additional tasks may be assigned to it.
|
Return the path to a temporary directory. returns -- The path to a temporary directory to pass along to tests and resources via the 'TMPDIR_CONTEXT_PROPERTY'.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |