Home
last modified time | relevance | path

Searched refs:run_udp_echo_server (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sock_lowlevel.py399 with test_utils.run_udp_echo_server() as server_address:
426 with test_utils.run_udp_echo_server() as server_address:
456 with test_utils.run_udp_echo_server() as server_address:
Dutils.py299 def run_udp_echo_server(*, host='127.0.0.1', port=0): function