Is there a difference if I write a Python class with call() rather than __call__() ?
call()
__call__()
I have found both implementations, and both seem to wor