Is it possible monkey patch like this?

Chris Angelico rosuav at gmail.com
Tue Dec 18 05:34:06 EST 2012


On Tue, Dec 18, 2012 at 9:26 PM, Marc Aymerich <glicerinu at gmail.com> wrote:
> Any other idea on how to monkey patch those two conditionals ?

Would it be plausible to simply add a parameter to the function that
controls its behaviour? It'd be a lot more readable than fiddling from
the outside ever would.

ChrisA



More information about the Python-list mailing list