MCPcopy
hub / github.com/geekcomputers/Python / paste

Method paste

Emoji Dictionary/emoji_dictionary.py:206–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

204 print(self.memory)
205
206 def paste(self):
207 # TODO: copy from clipboad
208 if self.target:
209 self.append(self.memory)
210
211 def show(self, entry):
212 self.target = entry

Callers 4

mapit.pyFile · 0.80
mainFunction · 0.80
ph_email.pyFile · 0.80
add_logoMethod · 0.80

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected