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

  /external/python/cpython3/Lib/asyncio/
__init__.py 46 from .windows_events import *
47 __all__ += windows_events.__all__
  /external/python/cpython3/Lib/test/test_asyncio/
test_windows_events.py 14 from asyncio import windows_events
49 server1 = windows_events.PipeServer(ADDRESS)
51 windows_events.PipeServer(ADDRESS)
67 self.assertIsInstance(server, windows_events.PipeServer)

Completed in 85 milliseconds