mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Initial checkin of asyncio package (== Tulip, == PEP 3156).
This commit is contained in:
parent
5b37f97ea5
commit
27b7c7ebf1
44 changed files with 16016 additions and 0 deletions
5
Lib/test/test_asyncio/__main__.py
Normal file
5
Lib/test/test_asyncio/__main__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from . import test_main
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
test_main()
|
Loading…
Add table
Add a link
Reference in a new issue