
March 3, 2008
3:24 p.m.
The Callable abc has a __contains__ but no __call__ method. I'd fix this, but am unsure which args it should get. Georg

March 2008
4:46 p.m.
On Mon, Mar 3, 2008 at 1:24 PM, Georg Brandl <g.brandl@gmx.net> wrote:
The Callable abc has a __contains__ but no __call__ method. I'd fix this, but am unsure which args it should get.
Oops, bad copy/paste. :-( def __call__(self, *args, **kwds): return None I don't expect it'll have many users. :-) -- --Guido van Rossum (home page: http://www.python.org/~guido/)
6212
Age (days ago)
6212
Last active (days ago)
1 comments
2 participants
participants (2)
-
Georg Brandl
-
Guido van Rossum