HomeSort by relevance Sort by last modified time
    Searched refs:coro_obj (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/test_asyncio/
test_base_events.py     [all...]
test_unix_events.py 86 coro_obj = coro_func()
87 self.addCleanup(coro_obj.close)
88 for func in (coro_func, coro_obj):
    [all...]

Completed in 210 milliseconds