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