(self)
| 2590 | self.tst_all_isclose(x, y) |
| 2591 | |
| 2592 | def test_ip_none_isclose(self): |
| 2593 | self._setup() |
| 2594 | for (x, y) in self.none_close_tests: |
| 2595 | self.tst_none_isclose(x, y) |
| 2596 | |
| 2597 | def test_ip_isclose_allclose(self): |
| 2598 | self._setup() |
nothing calls this directly
no test coverage detected