Do you use the get/set paradigm when programming in python?

Posted by Avery Payne on Stack Overflow See other posts from Stack Overflow or by Avery Payne
Published on 2010-04-05T17:26:20Z Indexed on 2010/04/05 17:33 UTC
Read the original article Hit count: 252

Filed under:
|

Question says it all. Using get/set seems to be a common practice in Java (for various reasons) but I hardly see source in Python that uses this.

© Stack Overflow or respective owner

Related posts about python

Related posts about getters-setters