On Apr 2, 3:33 pm, Ethan Furman <et...@stoneleaf.us> wrote: > My main point, though, was using __call__, and not some weird _ method. ;)
Yes, __call__ is good. In general, not naming things that don't need to be named is good (but if you have too many of them to keep track of, then, obviously, they need to be named, hence named tuples). But I didn't need to address that, since you already did :-) -- http://mail.python.org/mailman/listinfo/python-list