const
Wraps a const and returns a Constant object that can be used as arguments to a
pipeline functions.
Parameters​
value(Union[str,int,float,bool,None]) – The constant value that needs to be wrapped and used in the pipeline function.
Returns​
A Constant object.