MCPcopy Create free account
hub / github.com/LCBOWER33/StegoScan / paste

Function paste

StegoScan.py:1341–1342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected