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:
= makeConfigurableClass(
"dummyService",
__module__ = __name__,
__cpp_type__ = "dummyService",
__component_type__ = "Service",
properties = {
"AString": ("std::string", ""),
"AList": ("std::vector<std::string>", [], "my list", "OrderedSet<std::string>"),
"OneTool": ("PrivateToolHandle", PrivateToolHandle()),
"SomeTools": ("PrivateToolHandleArray", PrivateToolHandleArray([])),
}
)

Definition at line 9 of file TestDriveDummies.py.

◆ dummyTool

python.TestDriveDummies.dummyTool
Initial value:
= makeConfigurableClass(
"dummyTool",
__module__ = __name__,
__cpp_type__ = "dummyTool",
__component_type__ = "AlgTool",
properties = {
"BString": ("std::string", ""),
"BList": ("std::vector<std::string>", [], "my list", "OrderedSet<std::string>"),
}
)

Definition at line 22 of file TestDriveDummies.py.