Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ template_error2
Function
template_error2
tests_python/my_django_proj_21/my_app/views.py:63–68 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
61
62
63
def
template_error2(request):
64
import
faulthandler
65
faulthandler.enable()
66
context = {}
67
ret = render(request,
'my_app/template_error2.html'
, context)
68
return
ret
69
70
71
def
inherits(request):
Callers
nothing calls this directly
Calls
1
enable
Method · 0.45
Tested by
no test coverage detected