Module pippi.lists
Functions
rotate
def rotate(
l,
offset=0
)
Rotate a list by a given offset
scale
def scale(
source,
fromlow=-1.0,
fromhigh=1.0,
tolow=0.0,
tohigh=1.0,
log=False
)
snap
def snap(
source,
mult=0.0,
pattern=None
)