>>> def f(): ... print("Helllo __call__") ... >>> f.__call__.__call__.__call__.__call__() Helllo __call__
>>> recursive = lambda: recursive