sponge.function.any_not_none

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

如果 iterable 中的任一值 x 不为 None,返回True。

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

返回:

bool。any。如果 iterable 中的任一值 x 不为 None。

支持平台:

Ascend GPU CPU