On Jun 7, 2014 3:43 PM, "John" <phoenixoverride@gmail.com> wrote:
> defining several functions with the same name but different actions is a recipe for headache and problematic code. use of get_<item>() and set_<item>() functions should always be used. Not sure who's bright idea it was to use the current page.text approach, but it wasnt a good idea.

See:

* https://stackoverflow.com/questions/6618002/python-property-versus-getters-and-setters
* http://legacy.python.org/dev/peps/pep-0213/

-Jeremy