What are the different types of callables in Python?

38 Views Asked by At

I used to think functions, classes, and methods as the only callables in Python, but recently learnt that instances can also be made callable. This left me wondering if I'm done with this list or are there more types of callables I'm yet to encounter.

0

There are 0 best solutions below