You can't make a classClasses are callable, you can only make instances callable. Whenin the sense that you "call" a class you are creatingto create an instance of the class. You call a class with the same syntax that you call functions, by using parenthesis and if you defineoptional arguments. This is unrelated to _call_call, that applies to the instance rather than the classwhich only affects instances.