ATLAS Offline Software
Loading...
Searching...
No Matches
python.TestDriveDummies Namespace Reference

Variables

 dummyService
 dummyTool

Detailed Description

Module with dummy Configurable classes for testing

Variable Documentation

◆ dummyService

python.TestDriveDummies.dummyService
Initial value:
1= makeConfigurableClass(
2 "dummyService",
3 __module__ = __name__,
4 __cpp_type__ = "dummyService",
5 __component_type__ = "Service",
6 properties = {
7 "AString": ("std::string", ""),
8 "AList": ("std::vector<std::string>", [], "my list", "OrderedSet<std::string>"),
9 "OneTool": ("PrivateToolHandle", PrivateToolHandle()),
10 "SomeTools": ("PrivateToolHandleArray", PrivateToolHandleArray([])),
11 }
12)

Definition at line 9 of file TestDriveDummies.py.

◆ dummyTool

python.TestDriveDummies.dummyTool
Initial value:
1= makeConfigurableClass(
2 "dummyTool",
3 __module__ = __name__,
4 __cpp_type__ = "dummyTool",
5 __component_type__ = "AlgTool",
6 properties = {
7 "BString": ("std::string", ""),
8 "BList": ("std::vector<std::string>", [], "my list", "OrderedSet<std::string>"),
9 }
10)

Definition at line 22 of file TestDriveDummies.py.