Tekvel Magic
|
Classes | |
class | Bitmap |
Bitmap graphics. More... | |
class | InfiniteIterator |
Infinite iterator for cycling through a list of values. More... | |
class | NIF |
Network adapter. More... | |
class | ReferenceType |
Reference type enumeration. More... | |
class | Result |
Result enumeration class. More... | |
class | Stopwatch |
Provides convenient interface to time delay measurements. More... | |
class | TestEngine |
Test scenario controller singleton class. More... | |
class | TestResult |
Class for test result. More... | |
Functions | |
def | only_unique (list lst) |
Returns a list of unique entries of the original list. More... | |
Variables | |
TestEngine = TestEngine() | |
def only_unique | ( | list | lst | ) |
Returns a list of unique entries of the original list.
This function takes a list and returns a new list containing only the unique elements from the original list. It preserves the order of the first occurrence of each unique element.
lst | The original list from which unique elements are to be extracted. |
TestEngine = TestEngine() |