Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
backspace
Method · 0.95
space
Method · 0.95
tab
Method · 0.95
handler_thread
Function · 0.80
Memory_game.py
File · 0.80
deleteAll
Method · 0.80
reset
Method · 0.80
__init__
Method · 0.80
on_draw
Method · 0.80
populate_employee_data
Function · 0.80
rebuilt
Method · 0.80
drop_card
Method · 0.80
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected