Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pywebio/PyWebIO
/ on_session_create
Method
on_session_create
webiojs/src/session.ts:200–202 ·
view source on GitHub ↗
(callback: () => void)
Source
from the content-addressed store, hash-verified
198
}
199
200
on_session_create(callback: () => void): void {
201
this._session_create_callbacks.push(callback);
202
}
203
204
on_session_close(callback: () => void): void {
205
this._session_close_callbacks.push(callback);
Callers
nothing calls this directly
Calls
1
push
Method · 0.80
Tested by
no test coverage detected