Searched defs:on_con (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sslproto.py | 527 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
|
D | test_ssl.py | 979 def __init__(self, on_con, on_eof, on_con_lost): argument 1000 async def main(proto, on_con, on_eof, on_con_lost): argument
|