coriolis/crlcore/python/helpers
Jean-Paul Chaput 04098a4655 Bug in overlay.CfgCache, values were never set!
* Bug: In CRL/helpers/overlay.CachedParameter.cacheRead(), values where
    not read *from* the Configuration DB, due to a forgotten "self.".
      In CRL/helpers/overlay.CfgCache.__setattr__(), value was simply
    never set! Only interval and set of values were manageds!
      In CRL/helpers/overlay.CfgCache.__getattr__(), must distinguish
    between two access cases, when were are truly accessing a
    CachedParameter, return it's *value*. Otherwise, it is a
    recursive CfgCache, then return the object.
2020-10-18 23:16:22 +02:00
..
__init__.py Port & integration of core2chip into alpha/block. 2020-10-07 15:07:16 +02:00
analogtechno.py Port & integration of core2chip into alpha/block. 2020-10-07 15:07:16 +02:00
io.py Port & integration of core2chip into alpha/block. 2020-10-07 15:07:16 +02:00
overlay.py Bug in overlay.CfgCache, values were never set! 2020-10-18 23:16:22 +02:00
utils.py Added property managment in @classdecorator. Unused :-( ... 2020-10-14 15:06:42 +02:00