callable

callable(object) => bool

Returns true if the object argument appears callable, false if not. If this returns true, it is still possible that a call fails, but if it is false, calling object will never succeed. Note that classes are callable (calling a class returns a new instance); class instances are callable if they have a __call__ method.

 

A Django site. this page was rendered by a django application in 0.01s 2010-03-12 11:07:19.756117. hosted by webfaction.