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

Method quit

Utils/GitThread.py:298–304  ·  view source on GitHub ↗

退出线程 :param cls:

(cls)

Source from the content-addressed store, hash-verified

296
297 @classmethod
298 def quit(cls):
299 """退出线程
300 :param cls:
301 """
302 if hasattr(cls, '_thread'):
303 cls._thread.quit()
304 AppLog.info('upgrade thread quit')
305
306 @classmethod
307 def start(cls, parent=None):

Callers

nothing calls this directly

Calls 1

quitMethod · 0.45

Tested by

no test coverage detected