(self, anchor, sample, *args, **kwargs)
| 15 | |
| 16 | @abstractmethod |
| 17 | def sample(self, anchor, sample, *args, **kwargs): |
| 18 | pass |
| 19 | |
| 20 | @staticmethod |
| 21 | def add_intraview_negs(anchor, sample, pos_mask, neg_mask): |
no outgoing calls
no test coverage detected