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