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_dimension_names

Next topic

cf.PartitionMatrix.count

This Page