tuplewrap¶ tuplewrap(inputs: T, **kwargs) → tuple[T][source]¶ Placeholder function that wraps the input in a tuple. Parameters: inputs (T) – input and return value. Returns: value given as input. Return type: tuple[T]