On Apr 29, 11:19 am, dmitrey <[EMAIL PROTECTED]> wrote:
>
>  callable(lambda-func) returnes False
>

I'm not seeing that. Try this:

f = lambda x: x
print callable(f)

---output:--
True

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

Reply via email to