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

Method close

pywebio/platform/tornado.py:90–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 return not bool(self.context.ws_connection)
89
90 def close(self):
91 self.context.close()
92
93
94def _webio_handler(applications=None, cdn=True, reconnect_timeout=0, check_origin_func=_is_same_site) \

Callers 3

openMethod · 0.45
on_closeMethod · 0.45
wait_to_stop_loopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected