#callable

[ follow ]
Python
fromRealpython
2 days ago

Create Callable Instances With Python's .__call__() - Real Python

Define __call__ in a class to make its instances callable, enabling objects to behave like functions for flexible, reusable behavior.
[ Load more ]