dmitrey schrieb:

> howto check is object Arg1
> - a func, lambda-func
> - something else?
> 
> I tried callable(Arg1), but  callable(lambda-func) returnes False

I don't understand your problem:

>>> callable(lambda:0)
True


Please post your relevant code.

Greg
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to