import os
import platform
NO_EXTENSIONS = bool(os.environ.get("MULTIDICT_NO_EXTENSIONS"))
PYPY = platform.python_implementation() == "PyPy"
USE_CYTHON_EXTENSIONS = USE_CYTHON = not NO_EXTENSIONS and not PYPY
if USE_CYTHON_EXTENSIONS:
try:
from . import _multidict # noqa
except ImportError:
USE_CYTHON_EXTENSIONS = USE_CYTHON = False
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| _multilib | Folder | 0755 |
|
|
| __init__.py | File | 942 B | 0644 |
|
| __init__.pyi | File | 4.82 KB | 0644 |
|
| _abc.py | File | 1.16 KB | 0644 |
|
| _compat.py | File | 363 B | 0644 |
|
| _multidict.cpython-37m-x86_64-linux-gnu.so | File | 77.16 KB | 0755 |
|
| _multidict_base.py | File | 3.7 KB | 0644 |
|
| _multidict_py.py | File | 14.36 KB | 0644 |
|
| py.typed | File | 15 B | 0644 |
|