Definition at line 909 of file GaudiAlgs.py.
◆ __init__()
| def GaudiPython.GaudiAlgs.objectmethod.__init__ |
( |
|
self, |
|
|
|
m |
|
) |
| |
◆ __call__()
| def GaudiPython.GaudiAlgs.objectmethod.__call__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Definition at line 913 of file GaudiAlgs.py.
913 def __call__(self, *args):
915 return self.method(*args)
918 GaudiAlgo._Base = _GaudiAlgorithm
919 HistoAlgo._Base = _GaudiHistoAlg
920 TupleAlgo._Base = _GaudiTupleAlg
923 GaudiAlgo.initialize = _initialize_
924 HistoAlgo.initialize = _initialize_histo_
925 TupleAlgo.initialize = _initialize_tuple_
◆ method
| GaudiPython.GaudiAlgs.objectmethod.method |
The documentation for this class was generated from the following file: