MCPcopy
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

getMethod · 0.95
clearMethod · 0.95
appendMethod · 0.95

Tested by

no test coverage detected