[chirp_devel] Using Python properties
Michael Pittaro
Wed Sep 11 18:03:15 PDT 2013
While making some changes to the Platform class, I realized the code could
probably be simplified by removing some getters and using properties
instead. However, to make that change, the Platform class needs to be
derived from Object, which converts it to a new style class.
This appears to be a safe change, but I wanted to get other opinions before
I did that.
mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130911/c7a5013e/attachment-0001.html
More information about the chirp_devel
mailing list