skbio.sequence.Protein.__copy__#

Protein.__copy__()[source]#

Return a shallow copy of this sequence.

See also

copy

Notes

This method is equivalent to seq.copy(deep=False).