SequenceApp.kernel

SequenceApp.kernel#

abstractmethod SequenceApp.kernel()[source]#

Add the blocks of one repetition to seq.

Parameters:
  • *args (object) – What this repetition is, which the subclass names in its own signature; loop() passes one repetition’s worth per call.

  • **kwargs (object) – What this repetition is, which the subclass names in its own signature; loop() passes one repetition’s worth per call.