Now that it\'s clear what a metaclass is, there is an associated concept that I use all the time without knowing what it really means.
I suppose everybody made once
callables implement the __call__ special method so any object with such a method is callable.
__call__