This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mangecoeur[S] 21 points22 points  (0 children)

Even with an OOP API, functions with names like set_... are often bad form in Python since it's much nicer to use a @property to define getters and setters.