GRAYBYTE WORDPRESS FILE MANAGER2275

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/python37/lib64/python3.7/site-packages/multidict/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python37/lib64/python3.7/site-packages/multidict//_abc.py
import abc
import sys
import types
from collections.abc import Mapping, MutableMapping


class _TypingMeta(abc.ABCMeta):
    # A fake metaclass to satisfy typing deps in runtime
    # basically MultiMapping[str] and other generic-like type instantiations
    # are emulated.
    # Note: real type hints are provided by __init__.pyi stub file
    if sys.version_info >= (3, 9):

        def __getitem__(self, key):
            return types.GenericAlias(self, key)

    else:

        def __getitem__(self, key):
            return self


class MultiMapping(Mapping, metaclass=_TypingMeta):
    @abc.abstractmethod
    def getall(self, key, default=None):
        raise KeyError

    @abc.abstractmethod
    def getone(self, key, default=None):
        raise KeyError


class MutableMultiMapping(MultiMapping, MutableMapping):
    @abc.abstractmethod
    def add(self, key, value):
        raise NotImplementedError

    @abc.abstractmethod
    def extend(self, *args, **kwargs):
        raise NotImplementedError

    @abc.abstractmethod
    def popone(self, key, default=None):
        raise KeyError

    @abc.abstractmethod
    def popall(self, key, default=None):
        raise KeyError

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 23 2024 08:32:25
root / linksafe
0755
__pycache__
--
March 03 2024 23:11:18
root / linksafe
0755
_multilib
--
March 03 2024 23:11:18
root / linksafe
0755
__init__.py
0.92 KB
December 03 2020 12:58:15
root / linksafe
0644
__init__.pyi
4.815 KB
December 03 2020 12:58:15
root / linksafe
0644
_abc.py
1.162 KB
December 03 2020 12:58:15
root / linksafe
0644
_compat.py
0.354 KB
December 03 2020 12:58:15
root / linksafe
0644
_multidict.cpython-37m-x86_64-linux-gnu.so
77.156 KB
November 14 2023 13:26:40
root / linksafe
0755
_multidict_base.py
3.702 KB
December 03 2020 12:58:15
root / linksafe
0644
_multidict_py.py
14.358 KB
December 03 2020 12:58:15
root / linksafe
0644
py.typed
0.015 KB
December 03 2020 12:58:15
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF