Know if a object member is a method

Luca lucafbb at gmail.com
Mon Sep 1 04:43:25 EDT 2008


Hi all.

I think this is a newbie question... what is the best method to know
if a property of an object is a function?

I'm thinking something as

if type(obj.methodName)==???

Can someone help me?

-- 
-- luca



More information about the Python-list mailing list