MCPcopy 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
236def get_current_session() -> "Session":
237 return get_session_implement().get_current_session()
238
239
240def get_current_task_id():

Callers 15

_set_valueFunction · 0.85
input_updateFunction · 0.85
__init__Method · 0.85
__enter__Method · 0.85
__exit__Method · 0.85
send_msgFunction · 0.85
trigger_onchangeFunction · 0.85
output_register_callbackFunction · 0.85
get_scopeFunction · 0.85
__enter__Method · 0.85
__exit__Method · 0.85
next_client_eventFunction · 0.85

Calls 2

get_session_implementFunction · 0.85
get_current_sessionMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…