Definition at line 927 of file GaudiAlgs.py.
◆ __init__()
def GaudiPython.GaudiAlgs.objectmethod.__init__ |
( |
|
self, |
|
|
|
m |
|
) |
| |
◆ __call__()
def GaudiPython.GaudiAlgs.objectmethod.__call__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Definition at line 931 of file GaudiAlgs.py.
933 return self.method(*args)
936 GaudiAlgo._Base = _GaudiAlgorithm
937 HistoAlgo._Base = _GaudiHistoAlg
938 TupleAlgo._Base = _GaudiTupleAlg
941 GaudiAlgo.initialize = _initialize_
942 HistoAlgo.initialize = _initialize_histo_
943 TupleAlgo.initialize = _initialize_tuple_
◆ method
GaudiPython.GaudiAlgs.objectmethod.method |
The documentation for this class was generated from the following file: