MCPcopy Index your code
hub / github.com/geekcomputers/Python / clear_text

Function clear_text

Emoji Dictionary/emoji_dictionary.py:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222# function defined th=o clear both the input text and output text --------------------------------------------------
223def clear_text():
224 inputentry.delete(0, END)
225 outputtxt.delete("1.0", "end")
226
227
228# function to search emoji

Callers 1

__init__Method · 0.85

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected