The Gaudi Framework  master (594c33fa)
GaudiPluginService.cpluginsvc.Property Class Reference
Inheritance diagram for GaudiPluginService.cpluginsvc.Property:
Collaboration diagram for GaudiPluginService.cpluginsvc.Property:

Public Member Functions

def key (self)
 
def value (self)
 

Static Private Attributes

 _fields_
 

Detailed Description

Property is a pair (key, value) optionally decorating a factory.
It is used to attach additional informations about a factory.

Definition at line 157 of file cpluginsvc.py.

Member Function Documentation

◆ key()

def GaudiPluginService.cpluginsvc.Property.key (   self)

Definition at line 170 of file cpluginsvc.py.

170  def key(self):
171  return _lib.cgaudi_property_get_key(self).decode("ascii")
172 

◆ value()

def GaudiPluginService.cpluginsvc.Property.value (   self)

Definition at line 174 of file cpluginsvc.py.

174  def value(self):
175  return _lib.cgaudi_property_get_value(self).decode("ascii")
176 

Member Data Documentation

◆ _fields_

GaudiPluginService.cpluginsvc.Property._fields_
staticprivate

Definition at line 163 of file cpluginsvc.py.


The documentation for this class was generated from the following file:
ProduceConsume.key
key
Definition: ProduceConsume.py:81