HasNanOrInf¶
Check if the given data structure contains NaN or infinite values.
This will recurse into various kinds of data structures, including lists, dictionaries, arrays, packets, and so forth. Version 0.5.0
Ports/Properties¶
data¶
Data to process
check_nan¶
If True, check for NaN values.
check_inf¶
If True, check for Infinity values.
pass_through_none¶
Pass None values through as None.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.