MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / get_current_task_id

Function get_current_task_id

pywebio/session/__init__.py:240–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238
239
240def get_current_task_id():
241 return get_session_implement().get_current_task_id()
242
243
244def check_session_impl(session_type):

Callers 4

inputFunction · 0.85
input_updateFunction · 0.85
send_msgFunction · 0.85
trigger_onchangeFunction · 0.85

Calls 2

get_session_implementFunction · 0.85
get_current_task_idMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…