Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUpModule
Function
setUpModule
Lib/test/test_timeout.py:273–275 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
271
272
273
def
setUpModule():
274
support.requires(
'network'
)
275
support.requires_working_socket(module=True)
276
277
278
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
requires
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…