pyanno4rt.tools._identity

Identity return.

Overview

Function

identity(value, *args)

Return the identity of the first input parameter.

Functions

pyanno4rt.tools._identity.identity(value, *args)[source]

Return the identity of the first input parameter.

Parameters:
  • value (arbitrary) – Value to be returned.

  • *args (tuple) – Tuple with optional (non-keyworded) parameters.

Returns:

value – See ‘Parameters’.

Return type:

arbitrary