login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
1
vote
What is a “callable” in Python ?
__call__ makes any object be callable as a function. This example will output 8: class Adder(object): def __init__(self, val): self.val = val def __cal …
answered
Sep 21 '08 at 15:49
dungema
807
●
2
●
9
posts containing
user:18044
within these tags
callable
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled