Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
86
def
get(urls):
87
url = random.choice(urls)
88
urlopen(url).read().strip()
89
90
91
class
URLGetterThread(threading.Thread):
Callers
2
run
Method · 0.85
main
Function · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected