There was an error while loading. Please reload this page.
1 parent a308f75 commit 308afa9Copy full SHA for 308afa9
1 file changed
uvloop/loop.pyi
@@ -51,6 +51,7 @@ class Loop:
51
coro: Union[Awaitable[_T], Generator[Any, None, _T]],
52
*,
53
name: Optional[str] = ...,
54
+ context: Optional[Any] = ...,
55
) -> asyncio.Task[_T]: ...
56
def set_task_factory(
57
self,
0 commit comments