MCPcopy
hub / github.com/tornadoweb/tornado / get_url

Method get_url

tornado/test/process_test.py:61–62  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

59 sock, port = bind_unused_port()
60
61 def get_url(path):
62 return "http://127.0.0.1:%d%s" % (port, path)
63
64 # ensure that none of these processes live too long
65 signal.alarm(5) # master process

Callers 15

test_reuse_certsMethod · 0.45
test_fetch_segmentMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected