Public Member Functions | |
| def | __init__ |
Public Attributes | |
| callback | |
Private Member Functions | |
| def | _sync |
Definition at line 914 of file Bindings.py.
| def GaudiPython::Bindings::CallbackStreamBuf::__init__ | ( | self, | ||
| callback | ||||
| ) |
| def GaudiPython::Bindings::CallbackStreamBuf::_sync | ( | self, | ||
string = None | ||||
| ) | [private] |
Definition at line 918 of file Bindings.py.
00918 : 00919 if not string : return 0 00920 self.callback(string) 00921 return 0 00922 00923 #----PyAlgorithm---------------------------------------------------------------------- 00924 # Used for implemenating Algorithms in Python _PyAlgorithm = gbl.GaudiPython.PyAlgorithm
Definition at line 917 of file Bindings.py.
1.4.7