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.
Get this block's children blocks, if any.
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