I have the following situation:
class A(): def __init__(self, log = True): self.log = log def __call__(self): if self.log: