howto check is object a func, lambda-func or something else?
dmitrey
openopt at ukr.net
Sun Apr 29 13:19:42 EDT 2007
hi all,
howto check is object Arg1
- a func, lambda-func
- something else?
I tried callable(Arg1), but callable(lambda-func) returnes False
Thx, D.
More information about the Python-list
mailing list