def __init__()

in src/azstoragetorch/datasets.py [0:0]


    def __init__(self, credential: _client.AZSTORAGETORCH_CREDENTIAL_TYPE = None):
        self._credential = credential
        self._blob_client_factory = _client.AzStorageTorchBlobClientFactory(
            credential=self._credential
        )