Previous topic

sknano.core.quantify

Next topic

sknano.core.ncycles

sknano.core.padnone

sknano.core.padnone(iterable)[source][source]

Returns the sequence elements and then returns None indefinitely.

Useful for emulating the behavior of the built-in map() function.