On Jun 7, 2014 8:48 PM, "John" <phoenixoverride@gmail.com> wrote:
> Use of overloading function calls may be possible, but you wanna know something? it becomes a nightmare to debug in complex code if by accident you call the wrong version of page.text and end up with screwy output. I know this may sound obnoxious and "trolling", bit I have lived by the coders credo, KISS.

[I'm not reading your whole wall of text atm]

I'm familiar with function overloading from other langs like Java but as far as I know there is no such feature in python. (calling a different method depending on call signature)

Please clarify your statements and read the links I already sent to this thread.

-Jeremy