Definition at line 2052 of file Config.py.
def Config.SwitchProducerTest.__init__ |
( |
|
self, |
|
|
|
kargs |
|
) |
| |
Definition at line 2053 of file Config.py.
2055 super(SwitchProducerTest,self).
__init__(
2057 test1 =
lambda accelerators: (
True, -10),
2058 test2 =
lambda accelerators: (
True, -9),
2059 test3 =
lambda accelerators: (
True, -8),
2060 test4 =
lambda accelerators: (
True, -7)
specialImportRegistry.registerSpecialImportForType(SwitchProducerTest,
"from test import SwitchProducerTest")