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
Genericinput 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?