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