8000
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 f8df88e commit 24dd142Copy full SHA for 24dd142
Lib/asyncio/taskgroups.py
@@ -1,4 +1,5 @@
1
-# Adapted with permission from the EdgeDB project.
+# Adapted with permission from the EdgeDB project;
2
+# license: PSFL.
3
4
5
__all__ = ["TaskGroup"]
Lib/test/test_asyncio/test_taskgroups.py
import asyncio
0 commit comments