The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
cpluginsvc.Property Class Reference
Inheritance diagram for cpluginsvc.Property:
Collaboration diagram for cpluginsvc.Property:

Public Member Functions

 key (self)
 
 value (self)
 

Static Protected Attributes

list _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()

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()

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_

list cpluginsvc.Property._fields_
staticprotected
Initial value:
= [
("_registry", Registry),
("_id", ctypes.c_char_p),
("_key", ctypes.c_char_p),
]

Definition at line 163 of file cpluginsvc.py.


The documentation for this class was generated from the following file: