We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc5cf4 commit 8c8d91eCopy full SHA for 8c8d91e
returns/primitives/reawaitable.py
@@ -5,6 +5,8 @@
5
6
class AsyncLock(Protocol):
7
"""A protocol for an asynchronous lock."""
8
+
9
+ def __init__(self) -> None: ...
10
11
async def __aenter__(self) -> None: ...
12
0 commit comments