Home
last modified time | relevance | path

Searched refs:has_socket_support (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_robotparser.py312 support.has_socket_support,
H A Dtest_signal.py219 @unittest.skipUnless(support.has_socket_support, "needs working sockets.")
249 @unittest.skipUnless(support.has_socket_support, "needs working sockets.")
/third_party/python/Lib/test/support/
H A D__init__.py45 "has_socket_support", "requires_working_socket",
307 if resource in {"network", "urlfetch"} and not has_socket_support:
532 has_socket_support = not is_emscripten and not is_wasi variable
541 if not has_socket_support:
544 return unittest.skipUnless(has_socket_support, msg)

Completed in 6 milliseconds