Searched refs:BaseEventLoop (Results 1 – 12 of 12) sorted by relevance
31 loop = asyncio.BaseEventLoop()
33 self.loop = asyncio.BaseEventLoop()
302 class TestLoop(base_events.BaseEventLoop):
150 self.loop = base_events.BaseEventLoop()294 loop2 = base_events.BaseEventLoop()678 class Loop(base_events.BaseEventLoop):797 class EventLoop(base_events.BaseEventLoop):
2369 return base_events.BaseEventLoop._sendfile_native(2391 return base_events.BaseEventLoop._sendfile_native(2517 return base_events.BaseEventLoop._sendfile_native(
481 class BaseProactorEventLoop(base_events.BaseEventLoop):
42 class BaseSelectorEventLoop(base_events.BaseEventLoop):
358 class BaseEventLoop(events.AbstractEventLoop): class
761 Added asyncio.BaseEventLoop.connect_accepted_socket versionadded marker.
1220 Added asyncio.BaseEventLoop.connect_accepted_socket versionadded marker.
3301 Add a new is_closed() method to asyncio.BaseEventLoop. run_forever() and3302 run_until_complete() methods of asyncio.BaseEventLoop now raise an exception
1613 - Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop.1614 run_forever() and run_until_complete() methods of asyncio.BaseEventLoop now2281 BaseEventLoop.set_debug() and BaseEventLoop.get_debug().2285 - asyncio: Refactoring and fixes: BaseEventLoop.sock_connect() raises an2628 - Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum2629 between the resolution of the BaseEventLoop.time() method and the resolution