Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.80
main
Function · 0.80
ph_email.py
File · 0.80
add_logo
Method · 0.80
Calls
1
append
Method · 0.95
Tested by
no test coverage detected