callable « Buildin Function « Python Tutorial






13.5.callable
13.5.1.callable() tells if an object can be invoked via the function operator ().
13.5.2.callable function returns True if the object can be called