sponge.function.all_none

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

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

Parameters

iterable (Iterable) – Iterable variable

Returns

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

Supported Platforms:

Ascend GPU CPU