MCPcopy
hub / github.com/django/django / urlopen

Method urlopen

tests/servers/tests.py:42–43  ·  view source on GitHub ↗
(self, url)

Source from the content-addressed store, hash-verified

40 fixtures = ["testdata.json"]
41
42 def urlopen(self, url):
43 return urlopen(self.live_server_url + url)
44
45
46class CloseConnectionTestServer(ThreadedWSGIServer):

Callers 15

github_requestFunction · 0.45
fetch_trac_ticketFunction · 0.45
test_protocolMethod · 0.45
test_404Method · 0.45
test_viewMethod · 0.45
test_static_filesMethod · 0.45
test_media_filesMethod · 0.45
test_environMethod · 0.45
test_fixtures_loadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected