MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / close

Method close

pywebio/platform/fastapi.py:51–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 return self.ws.application_state == WebSocketState.DISCONNECTED
50
51 def close(self):
52 self.ioloop.create_task(self.ws.close())
53
54
55def _webio_routes(applications, cdn, check_origin_func, reconnect_timeout):

Callers 2

path_deployFunction · 0.45
path_deploy_httpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected