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