Home
last modified time | relevance | path

Searched defs:on_got_hello (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sslproto.py527 def __init__(self, on_con, on_con_lost, on_got_hello): argument
553 async def main(proto, on_con, on_con_lost, on_got_hello): argument