cf.Partition.update_inplace_from

Partition.update_inplace_from(other)[source]

Completely update the partition with another partition’s attributes in place.

Parameters :other : Partition
Returns :None

Examples

>>> p.update_inplace_from(q)

Previous topic

cf.Partition.to_disk

Next topic

cf.PartitionMatrix

This Page