Source code for IoTPy.modules.helper_functions


[docs]def iden(*x): if len(x) == 1: return x[0] return x