This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ryansturmer
Recipients ryansturmer
Date 2008-03-24.18:27:10
SpamBayes Score 0.18717459
Marked as misclassified No
Message-id <1206383234.11.0.783869540468.issue2474@psf.upfronthosting.co.za>
In-reply-to
Content
Using the attached module, There's an asymmetry between fget and fset in
my properties.  fget works fine, but fset isn't getting called.  I'm
fairly sure I'm creating the property correctly.  Try the following code:

a = EWAssayIntParam('myparam', 4)
a.value
a.value = 10
a.value

I've seen this same issue flare up and die out several times in the
tracker, is this a commonly made programming mistake rather than a bug?
History
Date User Action Args
2008-03-24 18:27:14ryansturmersetspambayes_score: 0.187175 -> 0.18717459
recipients: + ryansturmer
2008-03-24 18:27:14ryansturmersetspambayes_score: 0.187175 -> 0.187175
messageid: <1206383234.11.0.783869540468.issue2474@psf.upfronthosting.co.za>
2008-03-24 18:27:12ryansturmerlinkissue2474 messages
2008-03-24 18:27:11ryansturmercreate