PHP 8.2.30
Preview: __init__.py Size: 1.16 KB
//opt/alt/python-internal/lib64/python3.11/asyncio/__init__.py

"""The asyncio package, tracking PEP 3156."""

# flake8: noqa

import sys

# This relies on each of the submodules having an __all__ variable.
from .base_events import *
from .coroutines import *
from .events import *
from .exceptions import *
from .futures import *
from .locks import *
from .protocols import *
from .runners import *
from .queues import *
from .streams import *
from .subprocess import *
from .tasks import *
from .taskgroups import *
from .timeouts import *
from .threads import *
from .transports import *

__all__ = (base_events.__all__ +
           coroutines.__all__ +
           events.__all__ +
           exceptions.__all__ +
           futures.__all__ +
           locks.__all__ +
           protocols.__all__ +
           runners.__all__ +
           queues.__all__ +
           streams.__all__ +
           subprocess.__all__ +
           tasks.__all__ +
           threads.__all__ +
           timeouts.__all__ +
           transports.__all__)

if sys.platform == 'win32':  # pragma: no cover
    from .windows_events import *
    __all__ += windows_events.__all__
else:
    from .unix_events import *  # pragma: no cover
    __all__ += unix_events.__all__

Directory Contents

Dirs: 1 × Files: 33

Name Size Perms Modified Actions
- drwxr-xr-x 2025-08-02 07:01:49
Edit Download
73.62 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
1.96 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
8.66 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
2.58 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
1.29 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
3.32 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
27.97 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
1.71 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
2.35 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
13.88 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
18.57 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
124 B lrw-r--r-- 2025-06-03 18:38:25
Edit Download
481 B lrw-r--r-- 2025-06-03 18:38:25
Edit Download
32.48 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
6.79 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
7.79 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
6.68 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
44.34 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
31.00 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
5.85 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
26.86 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
7.50 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
8.27 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
33.63 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
790 B lrw-r--r-- 2025-06-03 18:38:25
Edit Download
5.20 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
10.47 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
2.42 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
50.70 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
33.88 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
4.94 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
1.16 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download
3.30 KB lrw-r--r-- 2025-06-03 18:38:25
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).