Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ emoji_wight_btn
Method
emoji_wight_btn
Emoji Dictionary/QT_GUI.py:94–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
]
93
94
def
emoji_wight_btn():
95
if
self.emoji_widget.isVisible():
96
self.emoji_widget.hide()
97
else
:
98
self.emoji_widget.show()
99
100
def
search_emoji():
101
word = self.lineEdit.text()
Callers
nothing calls this directly
Calls
2
hide
Method · 0.80
show
Method · 0.45
Tested by
no test coverage detected