call 28 29 python

Solutions on MaxInterview for call 28 29 python by the best coders in the world

showing results for - " call 28 29 python"
Hayden
29 Oct 2017
1class Foo:
2    def __call__(self, a, b, c):
3        # ...
4
5x = Foo()
6x(1, 2, 3) # __call__