Functions
|
|
_make_comma_separated_string
get_qmtest
|
|
_make_comma_separated_string
|
_make_comma_separated_string ( items, conjunction )
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.
|
|
get_qmtest
|
get_qmtest ()
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.
|
Classes
|
|
|
|