ATLAS Offline Software
Variables
python.TestDriveDummies Namespace Reference

Variables

 dummyService
 
 __module__ = __name__,
 
string __cpp_type__ = "dummyService",
 
string __component_type__ = "Service",
 
dictionary properties
 
 dummyTool
 

Variable Documentation

◆ __component_type__

string python.TestDriveDummies.__component_type__ = "Service",
private

Definition at line 13 of file TestDriveDummies.py.

◆ __cpp_type__

string python.TestDriveDummies.__cpp_type__ = "dummyService",
private

Definition at line 12 of file TestDriveDummies.py.

◆ __module__

python.TestDriveDummies.__module__ = __name__,
private

Definition at line 11 of file TestDriveDummies.py.

◆ dummyService

python.TestDriveDummies.dummyService

Definition at line 9 of file TestDriveDummies.py.

◆ dummyTool

python.TestDriveDummies.dummyTool

Definition at line 22 of file TestDriveDummies.py.

◆ properties

dictionary python.TestDriveDummies.properties
Initial value:
1 = {
2  "AString": ("std::string", ""),
3  "AList": ("std::vector<std::string>", [], "my list", "OrderedSet<std::string>"),
4  "OneTool": ("PrivateToolHandle", PrivateToolHandle()),
5  "SomeTools": ("PrivateToolHandleArray", PrivateToolHandleArray([])),
6  }

Definition at line 14 of file TestDriveDummies.py.