Is it a class or a function? It's a callable! - Trey Hunner
treyhunner.com › 2019 › 04Apr 16, 2019 · Classes are callables Disguising classes as functions Callable objects The distinction between functions and classes often doesn’t matter operator.itemgetter Iterators The sorted “key function” The defaultdict “factory function” Think in terms of “callables” not “classes” or “functions” Want some practice with callables? Class or function?