Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LCBOWER33/StegoScan
/ cut
Function
cut
StegoScan.py:1335–1336 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1333
menu = tk.Menu(entry, tearoff=0)
1334
1335
def
cut():
1336
entry.event_generate(
"<<Cut>>"
)
1337
1338
def
copy():
1339
entry.event_generate(
"<<Copy>>"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected