in doubles/verification.py [0:0]
def is_callable(obj): if isfunction(obj): return True return hasattr(obj, '__call__')