MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / index

Function index

tests_python/my_django_proj_21/my_app/views.py:22–29  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

20
21
22def index(request):
23 import faulthandler
24 faulthandler.enable()
25 context = {
26 'entries': [Entry('v1', 'v1'), Entry('v2', 'v2')]
27 }
28 ret = render(request, 'my_app/index.html', context)
29 return ret
30
31
32def get_name(request):

Callers

nothing calls this directly

Calls 2

EntryClass · 0.70
enableMethod · 0.45

Tested by

no test coverage detected