GRAYBYTE WORDPRESS FILE MANAGER1639

Server IP : 198.54.121.189 / Your IP : 216.73.216.224
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/python311/lib64/python3.11/importlib/metadata/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python311/lib64/python3.11/importlib/metadata//_collections.py
import collections


# 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(collections.namedtuple('Pair', 'name value')):
    @classmethod
    def parse(cls, text):
        return cls(*map(str.strip, text.split("=", 1)))

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 13 2025 08:37:02
root / linksafe
0755
__pycache__
--
May 13 2025 08:37:02
root / linksafe
0755
__init__.py
30.38 KB
April 08 2025 14:15:29
root / linksafe
0644
_adapters.py
1.818 KB
April 08 2025 14:15:29
root / linksafe
0644
_collections.py
0.726 KB
April 08 2025 14:15:29
root / linksafe
0644
_functools.py
2.827 KB
April 08 2025 14:15:29
root / linksafe
0644
_itertools.py
2.02 KB
April 08 2025 14:15:29
root / linksafe
0644
_meta.py
1.107 KB
April 08 2025 14:15:29
root / linksafe
0644
_text.py
2.115 KB
April 08 2025 14:15:29
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF