On 10/02/2014 18:45, Rick Johnson wrote:
[...]3. Implicit introspection is evil, i prefer all references to a callable's names to result in a CALL to that callable, not an introspection!
So, for example, none of
isinstance(x, myclass)
map(myfunc, range(10))
x = property(x_get, x_set)
would still work?
--
https://mail.python.org/mailman/listinfo/python-list
