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

Function add_hint

StegoScan.py:1315–1318  ·  view source on GitHub ↗
(entry, hint_text)

Source from the content-addressed store, hash-verified

1313
1314
1315def add_hint(entry, hint_text):
1316 if entry.get() == "":
1317 entry.insert(0, hint_text)
1318 entry.config(foreground="gray")
1319
1320
1321def remove_hint(entry, hint_text):

Callers 1

create_guiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected