Is None
This function block is designed to check if an input value is None
. It provides a simple way to enforce conditional logic based on the presence or absence of data.
đĨ Inputs
Generic
This input accepts any type of data that you want to evaluate for the None
condition.
đ¤ Outputs
Boolean
This output returns either true
or false
, indicating whether the input data is None
.
đšī¸ Controls
This block does not have any specific control widgets as it performs a straightforward check on the input.
đ¨ Features
Versatile Input Handling
The block accepts any type of data, making it flexible for various use cases in your workflow.
Simple Boolean Output
Provides a clear boolean output to indicate the status of the input data.
đ Usage Instructions
Connect Input: Link any data-producing block to the
Generic
input to check whether its output isNone
.Evaluate: Run the block to receive a boolean output indicating if the input value is
None
.
đ Evaluation
Upon evaluation, this function block checks the input and returns true
if the input is None
, otherwise, it returns false
.
đĄ Tips and Tricks
đ ī¸ Troubleshooting
Last updated
Was this helpful?