text_lint.sequencers.patterns.loop.LinearLoopPattern
- class text_lint.sequencers.patterns.loop.LinearLoopPattern(start: int, end: int)[Quellcode]
Bases:
LinearPatternLinear loop pattern for SequencerBase instances.
- __init__(start: int, end: int) None[Quellcode]
Initialize LinearLoopPattern instances.
- Parameter:
start (int) – The index to start repeating at.
end (int) – The index to stop repeating at.
- adjust(offset: int) None[Quellcode]
Adjust the pattern based on inserted data.
- increment(sequencer: SequencerBase[Any]) None[Quellcode]
Advance the index for the given sequencer instance.