GaudiPython::Bindings::CallbackStreamBuf Class Reference
List of all members.
Detailed Description
Definition at line 1088 of file Bindings.py.
Member Function Documentation
| def GaudiPython::Bindings::CallbackStreamBuf::__init__ |
( |
|
self, |
|
|
|
callback | |
|
) |
| | |
| def GaudiPython::Bindings::CallbackStreamBuf::_sync |
( |
|
self, |
|
|
|
string = None | |
|
) |
| | [private] |
Definition at line 1092 of file Bindings.py.
01093 :
01094 if not string : return 0
01095 self.callback(string)
01096 return 0
01097
01098
Member Data Documentation
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r0/GaudiPython/python/GaudiPython/Bindings.py