MCPcopy Index your code
hub / github.com/PyQt5/PyQt / stop

Method stop

QWebChannel/Lib/WebChannelObject.py:116–118  ·  view source on GitHub ↗

停止服务

(self)

Source from the content-addressed store, hash-verified

114 self.m_server.newConnection.connect(self._handleNewConnection)
115
116 def stop(self):
117 """停止服务"""
118 self.m_server.close()
119
120 def _handleNewConnection(self):
121 """新连接"""

Callers 4

gFunction · 0.45
jquery.jsFile · 0.45
gFunction · 0.45
jquery.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected