MCPcopy
hub / github.com/tonquer/JMComic-qt / clearFocus

Method clearFocus

src/component/line_edit/search_line_edit.py:157–158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155 return
156
157 def clearFocus(self) -> None:
158 return QLineEdit.clearFocus(self)
159
160 def focusInEvent(self, ev):
161 # print("in")

Callers 2

SearchMethod · 0.95
CheckClickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected