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

Function view_func

pywebio/platform/flask.py:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 allowed_origins=allowed_origins, check_origin=check_origin)
96
97 def view_func():
98 context = FlaskHttpContext()
99 return handler.handle_request(context)
100
101 view_func.__name__ = 'webio_view'
102 return view_func

Callers

nothing calls this directly

Calls 2

FlaskHttpContextClass · 0.85
handle_requestMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…