MCPcopy
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
backspaceMethod · 0.95
spaceMethod · 0.95
tabMethod · 0.95
pasteMethod · 0.95
__init__Method · 0.45
main.pyFile · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected