Definition at line 1917 of file Config.py.
def Config.SwitchProducerTest.__init__ |
( |
|
self, |
|
|
|
kargs |
|
) |
| |
Definition at line 1918 of file Config.py.
1920 super(SwitchProducerTest,self).
__init__(
1922 test1 =
lambda: (
True, -10),
1923 test2 =
lambda: (
True, -9),
1924 test3 =
lambda: (
True, -8),
1925 test4 =
lambda: (
True, -7)
specialImportRegistry.registerSpecialImportForType(SwitchProducerTest,
"from test import SwitchProducerTest")