Definition at line 832 of file GaudiAlgs.py.
def GaudiPython.GaudiAlgs.objectmethod.__init__ |
( |
|
self, |
|
|
|
m |
|
) |
| |
def GaudiPython.GaudiAlgs.objectmethod.__call__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
Definition at line 835 of file GaudiAlgs.py.
837 return self.
method(*args )
839 GaudiAlgo._Base = _GaudiAlgorithm
840 HistoAlgo._Base = _GaudiHistoAlg
841 TupleAlgo._Base = _GaudiTupleAlg
844 GaudiAlgo.initialize = _initialize_
845 HistoAlgo.initialize = _initialize_histo_
846 TupleAlgo.initialize = _initialize_tuple_
GaudiPython.GaudiAlgs.objectmethod.method |
The documentation for this class was generated from the following file: