Message93477
hasattr(type(x), "__call__") is technically a more valid replacement due
to the usual matter of metaclass confusion.
(Although putting special methods on instance objects is a recipe for
trouble in more ways than just this one). |
|
Date |
User |
Action |
Args |
2009-10-03 05:12:34 | ncoghlan | set | recipients:
+ ncoghlan, georg.brandl, ezio.melotti, milko.krachounov |
2009-10-03 05:12:34 | ncoghlan | set | messageid: <1254546754.46.0.57192665446.issue7006@psf.upfronthosting.co.za> |
2009-10-03 05:12:32 | ncoghlan | link | issue7006 messages |
2009-10-03 05:12:31 | ncoghlan | create | |
|