![]() |
The Gaudi Framework
v26r3
|


Public Member Functions | |
| def | __init__ (self, func) |
| def | __call__ (self, a) |
| def | __init__ (self, func) |
| def | __call__ (self, a) |
Public Attributes | |
| func | |
| mapping | |
Private Attributes | |
| __doc__ | |
Helper decorator class to workaround ROOT-6697
Definition at line 1046 of file GaudiAlgs.py.
| def GaudiPython.GaudiAlgs.TupleDecColumnDispatcher.__init__ | ( | self, | |
| func | |||
| ) |
Definition at line 1048 of file GaudiAlgs.py.
| def GaudiPython.GaudiAlgs.TupleDecColumnDispatcher.__init__ | ( | self, | |
| func | |||
| ) |
Definition at line 1048 of file GaudiAlgs.py.
| def GaudiPython.GaudiAlgs.TupleDecColumnDispatcher.__call__ | ( | self, | |
| a | |||
| ) |
Explicitly call the explicit signature for the case with 3 arguments and the last one is 'int', 'bool' or 'float', for the other cases fall back on the default dispatcher.
Definition at line 1058 of file GaudiAlgs.py.
| def GaudiPython.GaudiAlgs.TupleDecColumnDispatcher.__call__ | ( | self, | |
| a | |||
| ) |
Explicitly call the explicit signature for the case with 3 arguments and the last one is 'int', 'bool' or 'float', for the other cases fall back on the default dispatcher.
Definition at line 1058 of file GaudiAlgs.py.
|
private |
Definition at line 1050 of file GaudiAlgs.py.
| GaudiPython.GaudiAlgs.TupleDecColumnDispatcher.func |
Definition at line 1049 of file GaudiAlgs.py.
| GaudiPython.GaudiAlgs.TupleDecColumnDispatcher.mapping |
Definition at line 1056 of file GaudiAlgs.py.