psweep.psweep.itr# psweep.psweep.itr(func)[source]# Wrap func to allow pasing args not as sequence. Assuming func() requires a sequence as input: func([a,b,c]), allow passing func(a,b,c). Return type: Callable