Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/geekcomputers/Python
/ append
Method
append
Emoji Dictionary/emoji_dictionary.py:170–172 ·
view source on GitHub ↗
(self, text)
Source
from the content-addressed store, hash-verified
168
return
self.target.get()
169
170
def
append(self, text):
171
if
self.target:
172
self.target.insert(
"end"
, text)
173
174
def
clear(self):
175
if
self.target:
Callers
7
__init__
Method · 0.95
backspace
Method · 0.95
space
Method · 0.95
tab
Method · 0.95
paste
Method · 0.95
__init__
Method · 0.45
main.py
File · 0.45
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected