Function lit

Source
pub fn lit(
    value: &Bound<'_, PyAny>,
    allow_object: bool,
    is_scalar: bool,
) -> PyResult<PyExpr>