![]() |
|
|
Generated: 8 Jan 2009 |
Definition at line 895 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 899 of file Bindings.py.
00899 : 00900 if not string : return 0 00901 self.callback(string) 00902 return 0 00903 00904 #----PyAlgorithm---------------------------------------------------------------------- 00905 # Used for implemenating Algorithms in Python _PyAlgorithm = gbl.GaudiPython.PyAlgorithm
Definition at line 898 of file Bindings.py.