cf.Partition.is_partition

Partition.is_partition(other)[source]

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

The updated partitionasdasdasdasdasds is always dependent of the other partition.

Parameters :other : Partition
Returns :None

Examples

>>> p.is_partition(q)

Previous topic

cf.Partition.file_close

Next topic

cf.Partition.master_ndindex

This Page