copy()
Return a copy of the part.
part.copy()
Use this to make a version you can change while leaving the original untouched.
Returns
return newPart
| Value | Type | Description |
|---|---|---|
| newPart | Part |
A new part with the same phrases and attributes as this one. |
Return a copy of the part.
part.copy()
Use this to make a version you can change while leaving the original untouched.
return newPart
| Value | Type | Description |
|---|---|---|
| newPart | Part |
A new part with the same phrases and attributes as this one. |