Previous topic

sknano.core.flatten

Next topic

sknano.core.pairwise

sknano.core.repeatfunc

sknano.core.repeatfunc(func, times=None, *args)[source][source]

Repeat calls to func with specified arguments.

Example: repeatfunc(random.random)