Calculate the parent blocks for this block and its children.
(optional): The parent block to this one, if it has one. Defaults to None.
(optional): Used internally to remember blocks that have been visited. Set to None.
gets the block that follows this one
Minimize the number of blocks in the graph of blocks starting with start by combining sequential blocks. This operation does not alter the operations of the graph or the functionality of its underlying program, however it does mutate the input graph.
The new starting point of the altered graph. May be the same or different than start.
Generated using TypeDoc
Represents a basic block of TealComponents in a graph that does not contain a branch condition.