[PEAK] settable @compute bug

Sergey Schetinin maluke at gmail.com
Fri Oct 31 23:40:21 EDT 2008


This should raise an exception:

class C(Component):
    x = compute(lambda self: 1)

c = C(x=5)

c2 = C()
c2.x = 10



More information about the PEAK mailing list