Returns the mutated DataflowBlock.
(self)
| 124 | _ffi_api.dfb_rewrite_remove_all_unused(self) # type: ignore |
| 125 | |
| 126 | def mutated_dfb(self) -> DataflowBlock: |
| 127 | """ |
| 128 | Returns the mutated DataflowBlock. |
| 129 | """ |
| 130 | return self.dfb |
| 131 | |
| 132 | def mutated_root_fn(self) -> Function: |
| 133 | """ |
no outgoing calls