[Numpy-discussion] Where does _assert_func come from.
Charles R Harris
charlesr.harris@gmail....
Thu Aug 28 19:26:24 CDT 2008
Where does _assert_func come from in this fragment from a test class?
class _GenericTest(object):
def _test_equal(self, a, b):
self._assert_func(a, b)
I hope it isn't monkey patched in.
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.scipy.org/pipermail/numpy-discussion/attachments/20080828/e9b0f7bb/attachment.html
More information about the Numpy-discussion
mailing list