![]() |
The Gaudi Framework
master (60ee365e)
|
Classes | |
| class | Registry |
| class | Factory |
| class | Property |
Functions | |
| _find_library () | |
| registry () | |
| factories () | |
Variables | |
| str | __doc__ |
| (c) Copyright 1998-2026 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". | |
| tuple | __all__ |
| dict | _lib_basename |
| _lib = ctypes.CDLL(_find_library(), ctypes.RTLD_GLOBAL) | |
| _instance = None | |
| list | _functions_list |
| n = f[0] | |
| func = getattr(_lib, n) | |
| argtypes | |
| restype | |
| errcheck | |
| list | GAUDI_DEFAULT_PLUGIN_PATH |
|
protected |
Locate libGaudiPluginService, searching library path env vars explicitly.
Definition at line 50 of file cpluginsvc.py.
| cpluginsvc.factories | ( | ) |
factories returns the list of components factory informations known to the plugin service
Definition at line 101 of file cpluginsvc.py.
| cpluginsvc.registry | ( | ) |
registry returns the singleton-like instance of the plugin service.
Definition at line 91 of file cpluginsvc.py.
|
private |
Definition at line 35 of file cpluginsvc.py.
|
private |
(c) Copyright 1998-2026 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE".
# # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. #
Definition at line 13 of file cpluginsvc.py.
|
protected |
Definition at line 188 of file cpluginsvc.py.
|
protected |
Definition at line 88 of file cpluginsvc.py.
|
protected |
Definition at line 68 of file cpluginsvc.py.
|
protected |
Definition at line 43 of file cpluginsvc.py.
| cpluginsvc.argtypes |
Definition at line 249 of file cpluginsvc.py.
| cpluginsvc.errcheck |
Definition at line 252 of file cpluginsvc.py.
Definition at line 248 of file cpluginsvc.py.
| list cpluginsvc.GAUDI_DEFAULT_PLUGIN_PATH |
Definition at line 256 of file cpluginsvc.py.
| cpluginsvc.n = f[0] |
Definition at line 247 of file cpluginsvc.py.
| cpluginsvc.restype |
Definition at line 250 of file cpluginsvc.py.