GRAYBYTE WORDPRESS FILE MANAGER2213

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/python39/lib64/python3.9/unittest/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python39/lib64/python3.9/unittest//_log.py
import logging
import collections

from .case import _BaseTestCaseContext


_LoggingWatcher = collections.namedtuple("_LoggingWatcher",
                                         ["records", "output"])

class _CapturingHandler(logging.Handler):
    """
    A logging handler capturing all (raw and formatted) logging output.
    """

    def __init__(self):
        logging.Handler.__init__(self)
        self.watcher = _LoggingWatcher([], [])

    def flush(self):
        pass

    def emit(self, record):
        self.watcher.records.append(record)
        msg = self.format(record)
        self.watcher.output.append(msg)


class _AssertLogsContext(_BaseTestCaseContext):
    """A context manager used to implement TestCase.assertLogs()."""

    LOGGING_FORMAT = "%(levelname)s:%(name)s:%(message)s"

    def __init__(self, test_case, logger_name, level):
        _BaseTestCaseContext.__init__(self, test_case)
        self.logger_name = logger_name
        if level:
            self.level = logging._nameToLevel.get(level, level)
        else:
            self.level = logging.INFO
        self.msg = None

    def __enter__(self):
        if isinstance(self.logger_name, logging.Logger):
            logger = self.logger = self.logger_name
        else:
            logger = self.logger = logging.getLogger(self.logger_name)
        formatter = logging.Formatter(self.LOGGING_FORMAT)
        handler = _CapturingHandler()
        handler.setFormatter(formatter)
        self.watcher = handler.watcher
        self.old_handlers = logger.handlers[:]
        self.old_level = logger.level
        self.old_propagate = logger.propagate
        logger.handlers = [handler]
        logger.setLevel(self.level)
        logger.propagate = False
        return handler.watcher

    def __exit__(self, exc_type, exc_value, tb):
        self.logger.handlers = self.old_handlers
        self.logger.propagate = self.old_propagate
        self.logger.setLevel(self.old_level)
        if exc_type is not None:
            # let unexpected exceptions pass through
            return False
        if len(self.watcher.records) == 0:
            self._raiseFailure(
                "no logs of level {} or higher triggered on {}"
                .format(logging.getLevelName(self.level), self.logger.name))

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 13 2025 08:36:19
root / linksafe
0755
__pycache__
--
May 13 2025 08:36:19
root / linksafe
0755
__init__.py
3.673 KB
April 08 2025 15:21:55
root / linksafe
0644
__main__.py
0.461 KB
April 08 2025 15:21:55
root / linksafe
0644
_log.py
2.241 KB
April 08 2025 15:21:55
root / linksafe
0644
async_case.py
6.219 KB
April 08 2025 15:21:55
root / linksafe
0644
case.py
55.815 KB
April 08 2025 15:21:55
root / linksafe
0644
loader.py
22.17 KB
April 08 2025 15:21:55
root / linksafe
0644
main.py
10.992 KB
April 08 2025 15:21:55
root / linksafe
0644
mock.py
96.892 KB
April 08 2025 15:21:55
root / linksafe
0644
result.py
8.168 KB
April 08 2025 15:21:55
root / linksafe
0644
runner.py
7.862 KB
April 08 2025 15:21:55
root / linksafe
0644
signals.py
2.347 KB
April 08 2025 15:21:55
root / linksafe
0644
suite.py
13.195 KB
April 08 2025 15:21:55
root / linksafe
0644
util.py
5.093 KB
April 08 2025 15:21:55
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF