in src/azstoragetorch/datasets.py [0:0]
def __iter__(self) -> Iterator[Blob]: for blob_url in self._blob_urls: yield Blob(self._blob_client_factory.get_blob_client_from_url(blob_url))