nip.utils.experiments._identity# nip.utils.experiments._identity(string: str) → str[source]# Return the input string. Hack to be able to pickle the command arguments. See: https://stackoverflow.com/a/71010038 Parameters: string (str) – The input string. Returns: string (str) – The input string.