def __getitem__()

in privacy_lint/dataset/__init__.py [0:0]


    def __getitem__(self, i: int):
        return self.dataset[self.remap[i]]