def __init__()

in oss-torch-connector/osstorchconnector/_oss_client.py [0:0]


    def __init__(self, endpoint: str, cred_path: str = "", config_path: str = "", uuid: str = "", id: int = 0, total: int = 1, cred_provider: Any = None):
        self._endpoint = endpoint
        self._cred_path = cred_path
        self._config_path = config_path
        self._uuid = uuid
        self._real_client = None
        self._client_pid = None
        self._id = id
        self._total = total
        self._cred_provider = cred_provider