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

Method quit

Utils/GitThread.py:161–167  ·  view source on GitHub ↗

退出线程 :param cls:

(cls)

Source from the content-addressed store, hash-verified

159
160 @classmethod
161 def quit(cls):
162 """退出线程
163 :param cls:
164 """
165 if hasattr(cls, '_thread'):
166 cls._thread.quit()
167 AppLog.info('clone thread quit')
168
169 @classmethod
170 def start(cls, parent=None):

Callers

nothing calls this directly

Calls 1

quitMethod · 0.45

Tested by

no test coverage detected