notset
NotSet
¶
Represents value that is not set.
Can be used instead of the standard None
in cases where None
itself is a valid value.
robot.utils.NOT_SET
is an instance of this class, but it in same cases
it is better to create a separate instance.
New in Robot Framework 7.0.