convnwb.utils.tools.incrementer

convnwb.utils.tools.incrementer(start=0, end=999)[source]

Generator that returns an incrementing index value.

Parameters:
start, endint

The start and end point for the incrementer.

Yields:
indint

The current index value.