PHP 8.2.30
Preview: __init__.py Size: 1.14 KB
//proc/self/root/opt/alt/python37/lib64/python3.7/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 .futures import *
from .locks import *
from .protocols import *
from .runners import *
from .queues import *
from .streams import *
from .subprocess import *
from .tasks import *
from .transports import *

# Exposed for _asynciomodule.c to implement now deprecated
# Task.all_tasks() method.  This function will be removed in 3.9.
from .tasks import _all_tasks_compat  # NoQA

__all__ = (base_events.__all__ +
           coroutines.__all__ +
           events.__all__ +
           futures.__all__ +
           locks.__all__ +
           protocols.__all__ +
           runners.__all__ +
           queues.__all__ +
           streams.__all__ +
           subprocess.__all__ +
           tasks.__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: 25

Name Size Perms Modified Actions
- drwxr-xr-x 2024-05-23 07:07:51
Edit Download
68.19 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
2.03 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
8.58 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
2.11 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
888 B lrw-r--r-- 2024-04-17 17:36:08
Edit Download
8.41 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
25.61 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
2.35 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
12.52 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
15.54 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
124 B lrw-r--r-- 2024-04-17 17:36:08
Edit Download
25.05 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
6.87 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
7.82 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
1.97 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
36.79 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
26.30 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
24.01 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
7.08 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
29.98 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
9.88 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
39.96 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
29.51 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
4.95 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download
1.14 KB lrw-r--r-- 2024-04-17 17:36:08
Edit Download

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