(self, gap_img, bg)
| 11 | |
| 12 | class SlideCrack(object): |
| 13 | def __init__(self, gap_img, bg): |
| 14 | self.gap_img = gap_img |
| 15 | self.bg = bg |
| 16 | |
| 17 | @staticmethod |
| 18 | def pixel_is_equal(image1, image2, x, y): |
nothing calls this directly
no outgoing calls
no test coverage detected