Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pywebio/PyWebIO
/ get_current_session
Function
get_current_session
pywebio/session/__init__.py:236–237 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
234
235
236
def
get_current_session() ->
"Session"
:
237
return
get_session_implement().get_current_session()
238
239
240
def
get_current_task_id():
Callers
15
_set_value
Function · 0.85
input_update
Function · 0.85
__init__
Method · 0.85
__enter__
Method · 0.85
__exit__
Method · 0.85
send_msg
Function · 0.85
trigger_onchange
Function · 0.85
output_register_callback
Function · 0.85
get_scope
Function · 0.85
__enter__
Method · 0.85
__exit__
Method · 0.85
next_client_event
Function · 0.85
Calls
2
get_session_implement
Function · 0.85
get_current_session
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…