SILENT KILLERPanel

Current Path: > > opt > hc_python > > lib > python3.12 > site-packages > pip > _vendor > msgpack


Operation   : Linux premium131.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
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //opt/hc_python//lib/python3.12/site-packages/pip/_vendor/msgpack

NameTypeSizeLast ModifiedActions
__pycache__ Directory - -
__init__.py File 1109 bytes May 23 2025 10:34:25.
exceptions.py File 1081 bytes May 23 2025 10:34:25.
ext.py File 5726 bytes May 23 2025 10:34:25.
fallback.py File 32390 bytes May 23 2025 10:34:25.

Reading File: //opt/hc_python//lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py

class UnpackException(Exception):
    """Base class for some exceptions raised while unpacking.

    NOTE: unpack may raise exception other than subclass of
    UnpackException.  If you want to catch all error, catch
    Exception instead.
    """


class BufferFull(UnpackException):
    pass


class OutOfData(UnpackException):
    pass


class FormatError(ValueError, UnpackException):
    """Invalid msgpack format"""


class StackError(ValueError, UnpackException):
    """Too nested"""


# Deprecated.  Use ValueError instead
UnpackValueError = ValueError


class ExtraData(UnpackValueError):
    """ExtraData is raised when there is trailing data.

    This exception is raised while only one-shot (not streaming)
    unpack.
    """

    def __init__(self, unpacked, extra):
        self.unpacked = unpacked
        self.extra = extra

    def __str__(self):
        return "unpack(b) received extra data."


# Deprecated.  Use Exception instead to catch all exception during packing.
PackException = Exception
PackValueError = ValueError
PackOverflowError = OverflowError

SILENT KILLER Tool