sponge.function.any_none

View Source On Gitee
sponge.function.any_none(iterable: Iterable)[source]

Return True if ANY values x in the iterable is None.

Parameters

iterable (Iterable) – Iterable variable

Returns

any (bool), If any values x in the iterable is None

Supported Platforms:

Ascend GPU CPU