MCPcopy
hub / github.com/geekcomputers/Python / clear

Method clear

Emoji Dictionary/emoji_dictionary.py:174–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

172 self.target.insert("end", text)
173
174 def clear(self):
175 if self.target:
176 self.target.delete(0, END)
177
178 def backspace(self):
179 if self.target:

Callers 15

backspaceMethod · 0.95
spaceMethod · 0.95
tabMethod · 0.95
handler_threadFunction · 0.80
Memory_game.pyFile · 0.80
deleteAllMethod · 0.80
resetMethod · 0.80
__init__Method · 0.80
on_drawMethod · 0.80
populate_employee_dataFunction · 0.80
rebuiltMethod · 0.80
drop_cardMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected