()
| 1339 | entry.event_generate("<<Copy>>") |
| 1340 | |
| 1341 | def paste(): |
| 1342 | entry.event_generate("<<Paste>>") |
| 1343 | |
| 1344 | menu.add_command(label="Cut", command=cut) |
| 1345 | menu.add_command(label="Copy", command=copy) |
nothing calls this directly
no outgoing calls
no test coverage detected