Definition at line 920 of file GaudiAlgs.py.
◆ __init__()
| def GaudiPython.GaudiAlgs.objectmethod.__init__ |
( |
|
self, |
|
|
|
m |
|
) |
| |
◆ __call__()
| def GaudiPython.GaudiAlgs.objectmethod.__call__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Definition at line 924 of file GaudiAlgs.py.
924 def __call__(self, *args):
926 return self.method(*args)
929 GaudiAlgo._Base = _GaudiAlgorithm
930 HistoAlgo._Base = _GaudiHistoAlg
931 TupleAlgo._Base = _GaudiTupleAlg
934 GaudiAlgo.initialize = _initialize_
935 HistoAlgo.initialize = _initialize_histo_
936 TupleAlgo.initialize = _initialize_tuple_
◆ method
| GaudiPython.GaudiAlgs.objectmethod.method |
The documentation for this class was generated from the following file: