|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
Public Member Functions | |
| def | __init__ |
Public Attributes | |
| callback | |
Private Member Functions | |
| def | _sync |
Definition at line 1085 of file Bindings.py.
| def GaudiPython::Bindings::CallbackStreamBuf::__init__ | ( | self, | ||
| callback | ||||
| ) |
| def GaudiPython::Bindings::CallbackStreamBuf::_sync | ( | self, | ||
string = None | ||||
| ) | [private] |
Definition at line 1089 of file Bindings.py.
01089 : 01090 if not string : return 0 01091 self.callback(string) 01092 return 0 01093 01094 #----PyAlgorithm---------------------------------------------------------------------- 01095 # Used to implement Algorithms in Python _PyAlgorithm = gbl.GaudiPython.PyAlgorithm
Definition at line 1088 of file Bindings.py.