Files
typeshed/stdlib/asyncio/mixins.pyi
2022-01-25 12:53:55 +01:00

8 lines
160 B
Python

import threading
from typing import NoReturn
_global_lock: threading.Lock
class _LoopBoundMixin:
def __init__(self, *, loop: NoReturn = ...) -> None: ...