The Gaudi Framework  master (cc9a61f4)
Loading...
Searching...
No Matches
cpluginsvc.py File Reference

Go to the source code of this file.

Classes

class  cpluginsvc.Registry
class  cpluginsvc.Factory
class  cpluginsvc.Property

Namespaces

namespace  cpluginsvc

Functions

 cpluginsvc._get_filename ()
 cpluginsvc.registry ()
 cpluginsvc.factories ()

Variables

str cpluginsvc.__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 cpluginsvc.__all__
 cpluginsvc._libname = None
 cpluginsvc._lib = ctypes.CDLL(_libname, ctypes.RTLD_GLOBAL)
 cpluginsvc._instance = None
list cpluginsvc._functions_list
 cpluginsvc.n = f[0]
 cpluginsvc.func = getattr(_lib, n)
 cpluginsvc.argtypes
 cpluginsvc.restype
 cpluginsvc.errcheck
 cpluginsvc.GAUDI_DEFAULT_PLUGIN_PATH = _lib.cgaudi_pluginsvc_default_plugin_path().decode()