]> granicus.if.org Git - python/commit
Actually call the object with an __call__ method, instead of just
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 3 Jan 2001 23:53:31 +0000 (23:53 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 3 Jan 2001 23:53:31 +0000 (23:53 +0000)
commit5ab366119e5daef31e20d3826128a1d70b9ff83c
treee0b89df7456a1215c7709127c7227f15d414b648
parent5282044be7e4b5495a43148e478ee2cd5fed8c80
Actually call the object with an __call__ method, instead of just
checking if it is callable.  This is the only place in the test suite
where an __call__ method is called.
Lib/test/test_b1.py