MCPcopy 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
273def setUpModule():
274 support.requires('network')
275 support.requires_working_socket(module=True)
276
277
278if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

requiresMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…