List of all members.
Detailed Description
Definition at line 1088 of file Bindings.py.
Constructor & Destructor Documentation
| def GaudiPython::Bindings::CallbackStreamBuf::__init__ |
( |
|
self, |
|
|
|
callback |
|
) |
| |
Definition at line 1089 of file Bindings.py.
01090 :
01091 _CallbackStreamBufBase.__init__(self, self)
self.callback = callback
Member Function Documentation
| 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_v22r4/GaudiPython/python/GaudiPython/Bindings.py