MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / setActivationWindow

Method setActivationWindow

Utils/Application.py:54–56  ·  view source on GitHub ↗
(self, activationWindow)

Source from the content-addressed store, hash-verified

52 return self._activationWindow
53
54 def setActivationWindow(self, activationWindow):
55 # 设置需要激活的窗口
56 self._activationWindow = activationWindow
57
58 def activateWindow(self):
59 try:

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected