r"""Gets the data object at index :obj:`idx`.
(self, idx: int)
| 84 | raise NotImplementedError |
| 85 | |
| 86 | def get(self, idx: int) -> BaseData: |
| 87 | r"""Gets the data object at index :obj:`idx`.""" |
| 88 | raise NotImplementedError |
| 89 | |
| 90 | def __init__( |
| 91 | self, |
no outgoing calls
no test coverage detected