On Apr 29, 11:19 am, dmitrey <open... at ukr.net> wrote: > > callable(lambda-func) returnes False > I'm not seeing that. Try this: f = lambda x: x print callable(f) ---output:-- True