sponge.function.all_none

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

如果 iterable 中的 ALL 值 x 为 None,返回True。

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

返回:

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

支持平台:

Ascend GPU CPU