function# class jsonpolars.expr.function.Lit(type: str = 'lit', value: Any = Sentinel('REQUIRED'), dtype: Optional[DataType] = None, allow_object: bool = False)[source]# Ref: https://docs.pola.rs/api/python/stable/reference/expressions/api/polars.lit.html