What is the new way of checking "callable" methods in python 3.xx

Posted by ssaboum on Stack Overflow See other posts from Stack Overflow or by ssaboum
Published on 2010-03-12T18:59:01Z Indexed on 2010/03/12 19:07 UTC
Read the original article Hit count: 211

Filed under:
|

Hi, I was studying introspection in Python, and as i was getting through basic examples, i found out that the "callable" built-in function is not longer available in Python 3.1.

How can i check if a method is callable now ?

Thank you

© Stack Overflow or respective owner

Related posts about python

Related posts about introspection