Consider the following scenario in pseudo-python-code:
class Component_i: # same for i = 1,2,3,... __call__(self, input): return input class MyClass: