ray.runtime_env.RuntimeEnvConfig.pop#

RuntimeEnvConfig.pop(k[, d]) v, remove specified key and return the corresponding value.#

如果未找到键,则返回给定的默认值;否则,引发 KeyError。