For example:
class Factory: def __init__(self, param): self.param=param def __call__(self, ret_val): print(\'got called\') ret