Different values for property vs attribute???

j_mckitrick j_mckitrick at bigfoot.com
Tue May 4 22:59:43 EDT 2004


I forgot to mention, I have another class like this:

    def getauditcheckpass(self):
        return self.state[AUDITCHK] == PASS
        
    # properties
    auditcheckpass = property(getauditcheckpass)


and it seemed to work ok.



More information about the Python-list mailing list