skbio.metadata.IntervalMetadata.__deepcopy__

IntervalMetadata.__deepcopy__(memo)[source]

Return a deep copy.

State: Experimental as of 0.5.1.

Notes

The IntervalMetadata copy will have copies of the Interval objects present in this object. The metadata dictionary of each Interval object will be a deep copy.

See also

__copy__()