Definition at line 928 of file Algs.py.
◆ __init__()
def GaudiAlg.Algs.objectmethod.__init__ |
( |
|
self, |
|
|
|
m |
|
) |
| |
Definition at line 929 of file Algs.py.
929 def __init__(self, m):
◆ __call__()
def GaudiAlg.Algs.objectmethod.__call__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Definition at line 932 of file Algs.py.
932 def __call__(self, *args):
934 return self.method(*args)
937 GaudiAlgo._Base = _GaudiAlgorithm
938 HistoAlgo._Base = _GaudiHistoAlg
939 TupleAlgo._Base = _GaudiTupleAlg
942 GaudiAlgo.initialize = _initialize_
943 HistoAlgo.initialize = _initialize_histo_
944 TupleAlgo.initialize = _initialize_tuple_
◆ method
GaudiAlg.Algs.objectmethod.method |
The documentation for this class was generated from the following file: