SequenceApp.prescans

SequenceApp.prescans#

SequenceApp.prescans()[source]#

Return the prescans played before this sequence, as the loops that play them.

write() writes each as its own file ahead of the main one, in order, and each file names the next as its NextSequence: an interpreter plays the chain as one scan while every file stays one repeating unit. A prescan loop writes its own definitions. None by default.

Returns:

dict of {str – One loop per prescan, by the name its file is given, in play order.

Return type:

callable}