Home | Trees | Index | Help |
---|
|
object --+ | _Verbose --+ | threading.Thread --+ | command_thread.CommandThread --+ | LocalThread
|
|||
__init__(self,
target)
Construct a new 'CommandThread'. |
|||
_RunTest(self,
descriptor,
context)
Run the test given by 'descriptor'. |
|||
GetTemporaryDirectory(self)
Return the path to the temporary directory for this thread. |
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Construct a new 'CommandThread'. 'target' -- The 'Target' that owns this thread.
|
Run the test given by 'descriptor'. 'descriptor' -- The name of the test to be run. 'context' -- The 'Context' in which to run the test.
|
Return the path to the temporary directory for this thread. returns -- The path to the temporary directory associated with this thread. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:33 2007 | http://epydoc.sf.net |