add()
add_index()
add_index_right()
adjust()
all()
all_pass()
always()
any()
any_pass()
aperture()
apply()
apply_spec()
apply_to()
assoc()
compose()
curry()
divide()
equals()
flip()
identity()
multiply()
pipe()
prop()
prop_eq()
eager_partial()
ArityError
error_ctx()
The identity function.
x (T) – The value to be returned.
The value passed as an argument.
T
Example
>>> identity(5) 5 >>> identity([1, 2, 3]) [1, 2, 3]