![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name="MyTool", **kw) | |
| initialize (self) | |
| finalize (self) | |
Public Attributes | |
| counter = kw.get('counter', 0) | |
| sg = PyAthena.py_svc("StoreGateSvc") | |
| name | |
Simple test of a py-tool
Definition at line 75 of file PyTestsLib.py.
| python.tests.PyTestsLib.MyTool.__init__ | ( | self, | |
| name = "MyTool", | |||
| ** | kw ) |
Definition at line 78 of file PyTestsLib.py.
| python.tests.PyTestsLib.MyTool.finalize | ( | self | ) |
Definition at line 91 of file PyTestsLib.py.
| python.tests.PyTestsLib.MyTool.initialize | ( | self | ) |
Definition at line 85 of file PyTestsLib.py.
| python.tests.PyTestsLib.MyTool.counter = kw.get('counter', 0) |
Definition at line 83 of file PyTestsLib.py.
| python.tests.PyTestsLib.MyTool.name |
Definition at line 87 of file PyTestsLib.py.
| python.tests.PyTestsLib.MyTool.sg = PyAthena.py_svc("StoreGateSvc") |
Definition at line 86 of file PyTestsLib.py.