in src/azstoragetorch/datasets.py [0:0]
def _should_yield_from_worker_shard(self, worker_info, blob_index: int) -> bool:
if worker_info is None:
return True
return blob_index % worker_info.num_workers == worker_info.id