Definition at line 27 of file AthDsoLogger.py.
◆ __init__()
def python.AthDsoLogger.DsoLogger.__init__ |
( |
|
self, |
|
|
|
fname = None , |
|
|
|
cb_fct = None |
|
) |
| |
log Dso loading by calling-back into `cb_fct`
if `cb_fct` is None we use a default callback function which logs
the dVmem on stdout.
Definition at line 28 of file AthDsoLogger.py.
28 def __init__ (self, fname=None, cb_fct=None):
29 """log Dso loading by calling-back into `cb_fct`
31 if `cb_fct` is None we use a default callback function which logs
35 self.lib = ctypes.cdll.LoadLibrary (
"libAthDSoCallBacks.so")
◆ lib
python.AthDsoLogger.DsoLogger.lib |
The documentation for this class was generated from the following file: