![]() |
The Gaudi Framework
master (ff829712)
|
Classes | |
class | Factory |
class | Property |
class | Registry |
Functions | |
_get_filename () | |
registry () | |
factories () | |
Variables | |
str | __doc__ |
(c) Copyright 1998-2019 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__ |
_libname = None | |
_lib = ctypes.CDLL(_libname, ctypes.RTLD_GLOBAL) | |
_instance = None | |
list | _functions_list |
n = f[0] | |
func = getattr(_lib, n) | |
argtypes | |
restype | |
errcheck | |
|
protected |
Definition at line 44 of file cpluginsvc.py.
cpluginsvc.factories | ( | ) |
factories returns the list of components factory informations known to the plugin service
Definition at line 93 of file cpluginsvc.py.
cpluginsvc.registry | ( | ) |
registry returns the singleton-like instance of the plugin service.
Definition at line 83 of file cpluginsvc.py.
|
private |
Definition at line 33 of file cpluginsvc.py.
|
private |
(c) Copyright 1998-2019 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 180 of file cpluginsvc.py.
|
protected |
Definition at line 80 of file cpluginsvc.py.
|
protected |
Definition at line 60 of file cpluginsvc.py.
|
protected |
Definition at line 41 of file cpluginsvc.py.
cpluginsvc.argtypes |
Definition at line 236 of file cpluginsvc.py.
cpluginsvc.errcheck |
Definition at line 239 of file cpluginsvc.py.
Definition at line 235 of file cpluginsvc.py.
cpluginsvc.n = f[0] |
Definition at line 234 of file cpluginsvc.py.
cpluginsvc.restype |
Definition at line 237 of file cpluginsvc.py.