sponge.function.all_not_none

查看源文件
sponge.function.all_not_none(iterable: Iterable)[源代码]

如果 iterable 中的所有值 x 不为 None,返回True。

参数:
  • iterable (Iterable) - 可迭代变量

返回:

bool。all。如果 iterable 中的所有值 x 不为 None。

支持平台:

Ascend GPU CPU