MCPcopy Create free account
hub / github.com/EasyIME/PIME / get_url

Method get_url

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

Source from the content-addressed store, hash-verified

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

Callers 15

test_fetch_segmentMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
getMethod · 0.45
test_non_ssl_requestMethod · 0.45
test_error_loggingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected