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

Method _remove_webio_session

pywebio/platform/adaptor/http.py:190–192  ·  view source on GitHub ↗
(cls, sid)

Source from the content-addressed store, hash-verified

188
189 @classmethod
190 def _remove_webio_session(cls, sid):
191 cls._webio_sessions.pop(sid, None)
192 cls._webio_expire.pop(sid, None)
193
194 def _process_cors(self, context: HttpContext):
195 """Handling cross-domain requests: check the source of the request and set headers"""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected