MCPcopy 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

hideMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected