This module provide an algorithm to create a factory from an instance of a dataflow

core.algo.dataflow_copy.structural_copy(dataflow_pattern, dataflow_copy)[source]ΒΆ

make a copy of dataflow_pattern into dataflow_copy

copy only structural informations and not informations related to vertices like actors

Parameters:
  • dataflow_pattern -- the pattern to copy
  • dataflow_copy -- the destination

Previous topic

core.algo package

Next topic

<no title>

This Page