ATLAS Offline Software
Classes | Functions | Variables
python.tests.PyTestsLib Namespace Reference

Classes

class  MyAlg
 
class  MyNameAud
 
class  MySvc
 
class  MyTool
 

Functions

def finalize (self)
 _info( "content of StoreGate..." ) self.sg.dump() More...
 

Variables

string __doc__
 
string __version__ = "0.0.1"
 
string __author__ = "Sebastien Binet <binet@cern.ch>"
 

Function Documentation

◆ finalize()

def python.tests.PyTestsLib.finalize (   self)

_info( "content of StoreGate..." ) self.sg.dump()

Definition at line 53 of file PyTestsLib.py.

53  def finalize(self):
54  self.msg.info( "==> finalize..." )
55  return StatusCode.Success
56 

Variable Documentation

◆ __author__

string python.tests.PyTestsLib.__author__ = "Sebastien Binet <binet@cern.ch>"
private

Definition at line 13 of file PyTestsLib.py.

◆ __doc__

string python.tests.PyTestsLib.__doc__
private
Initial value:
1 = """Module containing a set of py-components to test various aspects
2 of PyAthena.
3 """

Definition at line 9 of file PyTestsLib.py.

◆ __version__

string python.tests.PyTestsLib.__version__ = "0.0.1"
private

Definition at line 12 of file PyTestsLib.py.

grepfile.info
info
Definition: grepfile.py:38
python.tests.PyTestsLib.finalize
def finalize(self)
_info( "content of StoreGate..." ) self.sg.dump()
Definition: PyTestsLib.py:53