(self)
| 668 | |
| 669 | @test_case |
| 670 | def intersection_up(self): |
| 671 | ii = self.impl(self.val1) |
| 672 | for _ in range(250): |
| 673 | ii.intersection_update(self.imp_2) |
| 674 | ii.intersection_update(self.val2) |
| 675 | |
| 676 | @test_case |
| 677 | def iand(self): |
nothing calls this directly
no test coverage detected