Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/geekcomputers/Python
/ space
Method
space
Emoji Dictionary/emoji_dictionary.py:185–190 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
183
self.append(text)
184
185
def
space(self):
186
if
self.target:
187
text = self.get()
188
text = text +
" "
189
self.clear()
190
self.append(text)
191
192
def
tab(self):
# 5 spaces
193
if
self.target:
Callers
nothing calls this directly
Calls
3
get
Method · 0.95
clear
Method · 0.95
append
Method · 0.95
Tested by
no test coverage detected