MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / get

Function get

test/mod_wsgi_test/test_client.py:86–88  ·  view source on GitHub ↗
(urls)

Source from the content-addressed store, hash-verified

84
85
86def get(urls):
87 url = random.choice(urls)
88 urlopen(url).read().strip()
89
90
91class URLGetterThread(threading.Thread):

Callers 2

runMethod · 0.85
mainFunction · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected