blob: de03229331e05ea20035c6df40237e1c85e89abc [file] [log] [blame]
class Callable(object):
pass
def f(g):
if callable(g):
g()