On Sat, Mar 12, 2016 at 8:44 AM, Charles T. Smith <[email protected]> wrote: > From the performance point of view, which is better: > - hasattr() > - x in y >
Mu. They do completely different things. ChrisA -- https://mail.python.org/mailman/listinfo/python-list
