IoTPy
latest
IoTPy package
IoTPy
Docs
»
Module code
»
IoTPy.modules.helper_functions
Edit on GitHub
Source code for IoTPy.modules.helper_functions
[docs]
def
iden
(
*
x
):
if
len
(
x
)
==
1
:
return
x
[
0
]
return
x