Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/geekcomputers/Python
/ tab
Method
tab
Emoji Dictionary/emoji_dictionary.py:192–197 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
190
self.append(text)
191
192
def
tab(self):
# 5 spaces
193
if
self.target:
194
text = self.get()
195
text = text +
" "
196
self.clear()
197
self.append(text)
198
199
def
copy(self):
200
# TODO: copy to clipboad
Callers
1
__init__
Method · 0.80
Calls
3
get
Method · 0.95
clear
Method · 0.95
append
Method · 0.95
Tested by
no test coverage detected