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

Method quit

Utils/GitThread.py:44–50  ·  view source on GitHub ↗

退出线程 :param cls:

(cls)

Source from the content-addressed store, hash-verified

42
43 @classmethod
44 def quit(cls):
45 """退出线程
46 :param cls:
47 """
48 if hasattr(cls, '_thread'):
49 cls._thread.quit()
50 AppLog.info('login thread quit')
51
52 @classmethod
53 def start(cls, account, password, parent=None):

Callers 5

runMethod · 0.45
quitMethod · 0.45
runMethod · 0.45
quitMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected