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

Function view_func

pywebio/platform/django.py:93–95  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

91
92 @csrf_exempt
93 def view_func(request):
94 context = DjangoHttpContext(request)
95 return handler.handle_request(context)
96
97 view_func.__name__ = 'webio_view'
98 return view_func

Callers

nothing calls this directly

Calls 2

DjangoHttpContextClass · 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…