The Gaudi Framework
master (37c0b60a)
|
Classes | |
class | Factory |
class | Property |
class | Registry |
Functions | |
def | _get_filename () |
def | registry () |
def | factories () |
Variables | |
__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". More... | |
__all__ | |
_libname | |
_lib | |
_instance | |
_functions_list | |
n | |
func | |
argtypes | |
restype | |
errcheck | |
|
private |
Definition at line 44 of file cpluginsvc.py.
def cpluginsvc.factories | ( | ) |
factories returns the list of components factory informations known to the plugin service
Definition at line 93 of file cpluginsvc.py.
def 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.
|
private |
Definition at line 180 of file cpluginsvc.py.
|
private |
Definition at line 80 of file cpluginsvc.py.
|
private |
Definition at line 60 of file cpluginsvc.py.
|
private |
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.
cpluginsvc.func |
Definition at line 235 of file cpluginsvc.py.
cpluginsvc.n |
Definition at line 234 of file cpluginsvc.py.
cpluginsvc.restype |
Definition at line 237 of file cpluginsvc.py.