cf.PartitionMatrix.copy

PartitionMatrix.copy()[source]

Return a deep copy.

Equivalent to copy.deepcopy(pm).

Returns :
out :

The deep copy.

Examples

>>> pm.copy()

Previous topic

cf.PartitionMatrix.change_axis_names

Next topic

cf.PartitionMatrix.expand_dims

This Page