On 06/15/2015 04:57 PM, Steven D'Aprano wrote:

Thoughts and feedback? Please vote: a module global, or a flag on the
object? Please give reasons, and remember that the function is intended
for interactive use.

Function attribute.

Setting a global on the module (which I may not have, and probably didn't, 
import) for only one function is overkill.

  edir.dunders = False # or True

is simple, elegant, easier to type, and perfectly in keeping with Python's 
dynamic nature.

--
~Ethan~
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to