4 lines
149 B
Python
4 lines
149 B
Python
import asyncio
|
|
|
|
class CoreFoundationEventLoop(asyncio.SelectorEventLoop):
|
|
def __init__(self, console_app: bool = ..., *eventloop_args) -> None: ...
|