MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / register_session_implement

Function register_session_implement

pywebio/session/__init__.py:183–187  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

181
182
183def register_session_implement(cls):
184 if cls not in _active_session_cls:
185 _active_session_cls.append(cls)
186
187 return cls
188
189
190def register_session_implement_for_target(target_func):

Callers 1

_path_deployFunction · 0.85

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…