Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ error
Method
error
django/test/html.py:211–212 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
209
self.element_positions = {}
210
211
def
error(self, msg):
212
raise
HTMLParseError(msg, self.getpos())
213
214
def
format_position(self, position=None, element=None):
215
if
not position and element:
Callers
nothing calls this directly
Calls
1
HTMLParseError
Class · 0.85
Tested by
5
test_django_logger
Method · 0.36
test_sends_using_fail_silently
Method · 0.36
test_accepts_args
Method · 0.36
test_accepts_args_and_request
Method · 0.36
test_subject_accepts_newlines
Method · 0.36