Home | Trees | Index | Help |
---|
|
|
|||
QMTest | An instance of QMTest. |
|
|||
_make_comma_separated_string(items,
conjunction)
Return a string consisting of the 'items', separated by commas. |
|||
get_qmtest()
Returns the global QMTest object. |
|
|||
_the_qmtest | The global 'QMTest' object. | ||
kind |
|
Return a string consisting of the 'items', separated by commas. 'items' -- A list of strings giving the items in the list. 'conjunction' -- A string to use before the final item, if there is more than one. returns -- A string consisting all of the 'items', separated by commas, and with the 'conjunction' before the final item. |
Returns the global QMTest object. returns -- The 'QMTest' object that corresponds to the currently executing thread. At present, there is only one QMTest object per process. In the future, however, there may be more than one. Then, this function will return different values in different threads. |
|
_the_qmtestThe global 'QMTest' object.
|
kind
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:30 2007 | http://epydoc.sf.net |