Initializing help system before first use

Param.__init__

Param.__init__


Purpose
Initializes Param with the data type or a default value (in which case data type is inferred).
Synopsis
__init__(self, default: Union[str, int, bool, float] = None, dtype: Type[xpressinsight.BasicType] = None)
Arguments
default: Union[str, int, bool, float] 
The default value.
dtype: BASIC_TYPE 
The data type of the parameter.