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