|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
Public Member Functions | |
| def | __init__ |
Public Attributes | |
| callback | |
Private Member Functions | |
| def | _sync |
Definition at line 1054 of file Bindings.py.
| def GaudiPython::Bindings::CallbackStreamBuf::__init__ | ( | self, | ||
| callback | ||||
| ) |
| def GaudiPython::Bindings::CallbackStreamBuf::_sync | ( | self, | ||
string = None | ||||
| ) | [private] |
Definition at line 1058 of file Bindings.py.
01058 : 01059 if not string : return 0 01060 self.callback(string) 01061 return 0 01062 01063 #----PyAlgorithm---------------------------------------------------------------------- 01064 # Used to implement Algorithms in Python _PyAlgorithm = gbl.GaudiPython.PyAlgorithm
Definition at line 1057 of file Bindings.py.