MCPcopy Index your code
hub / github.com/geekcomputers/Python / show

Method show

Emoji Dictionary/emoji_dictionary.py:211–214  ·  view source on GitHub ↗
(self, entry)

Source from the content-addressed store, hash-verified

209 self.append(self.memory)
210
211 def show(self, entry):
212 self.target = entry
213
214 self.place(relx=0.5, rely=0.6, anchor="c")
215
216 def hide(self):
217 self.target = None

Callers 3

emoji_wight_btnMethod · 0.45
QT_GUI.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected