Public Member Functions | |
| def | __init__ |
| def | __call__ |
Public Attributes | |
| method | |
Definition at line 781 of file GaudiAlgs.py.
| def GaudiPython::GaudiAlgs::objectmethod::__init__ | ( | self, | ||
| m | ||||
| ) |
| def GaudiPython::GaudiAlgs::objectmethod::__call__ | ( | self, | ||
| args | ||||
| ) |
Definition at line 784 of file GaudiAlgs.py.
00784 : 00785 print args 00786 return self.method(*args ) 00787 00788 GaudiAlgo._Base = _GaudiAlgorithm 00789 HistoAlgo._Base = _GaudiHistoAlg 00790 TupleAlgo._Base = _GaudiTupleAlg 00791 00792 # initialize is 'unique' method : 00793 GaudiAlgo.initialize = _initialize_ 00794 HistoAlgo.initialize = _initialize_histo_ 00795 TupleAlgo.initialize = _initialize_tuple_ 00796 def _start_ ( self ) :
Definition at line 783 of file GaudiAlgs.py.
1.4.7