Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pywebio/PyWebIO
/ make_session_info
Method
make_session_info
pywebio/platform/adaptor/ws.py:83–84 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
82
@abc.abstractmethod
83
def
make_session_info(self) -> dict:
84
pass
85
86
@abc.abstractmethod
87
def
write_message(self, message: dict):
Callers
1
_init_session
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected