detect tag

1 questions


1 answers
161 views
0
To find out if a variable is a function or not?

How do I find out if the variable x is a function or just a general variable?When x is pointing to a function,type(x) = <type 'function'> I want to winisinstance(x, function)I wrote it like this...

2 years ago

© 2024 OneMinuteCode. All rights reserved.