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-09-02 14:56:53.080558. hosted by webfaction.