legate.core.Scalar.null#

static Scalar.null() Scalar#

Construct a nullary Scalar.

A null scalar holds no value, and has the special “null” Type. It is akin to None in Python. It can be passed to tasks, and compared against, but its value cannot be obtained.

Returns:

A null scalar.

Return type:

Scalar