|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
Definition at line 955 of file Bindings.py.
Public Member Functions | |
| def | __init__ |
Public Attributes | |
| callback | |
Private Member Functions | |
| def | _sync |
| def GaudiPython::Bindings::CallbackStreamBuf::__init__ | ( | self, | ||
| callback | ||||
| ) |
| def GaudiPython::Bindings::CallbackStreamBuf::_sync | ( | self, | ||
string = None | ||||
| ) | [private] |
Definition at line 959 of file Bindings.py.
00959 : 00960 if not string : return 0 00961 self.callback(string) 00962 return 0 00963 00964 #----PyAlgorithm---------------------------------------------------------------------- 00965 # Used for implemenating Algorithms in Python _PyAlgorithm = gbl.GaudiPython.PyAlgorithm
Definition at line 958 of file Bindings.py.