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
_______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
