howto check is object a func, lambda-func or something else?

D

dmitrey

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.
 
G

Gregor Horvath

dmitrey said:
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:
True


Please post your relevant code.

Greg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top