$96 GRAYBYTE WORDPRESS FILE MANAGER $41

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/cloudlinux/venv/lib/python3.11/site-packages/flake8/

HOME
Current File : /opt/cloudlinux/venv/lib/python3.11/site-packages/flake8//__init__.py
"""Top-level module for Flake8.

This module

- initializes logging for the command-line tool
- tracks the version of the package
- provides a way to configure logging for the command-line tool

.. autofunction:: flake8.configure_logging

"""
import logging
import sys
from typing import Optional
from typing import Type

LOG = logging.getLogger(__name__)
LOG.addHandler(logging.NullHandler())

__version__ = "5.0.4"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())

_VERBOSITY_TO_LOG_LEVEL = {
    # output more than warnings but not debugging info
    1: logging.INFO,  # INFO is a numerical level of 20
    # output debugging information
    2: logging.DEBUG,  # DEBUG is a numerical level of 10
}

LOG_FORMAT = (
    "%(name)-25s %(processName)-11s %(relativeCreated)6d "
    "%(levelname)-8s %(message)s"
)


def configure_logging(
    verbosity: int,
    filename: Optional[str] = None,
    logformat: str = LOG_FORMAT,
) -> None:
    """Configure logging for flake8.

    :param verbosity:
        How verbose to be in logging information.
    :param filename:
        Name of the file to append log information to.
        If ``None`` this will log to ``sys.stderr``.
        If the name is "stdout" or "stderr" this will log to the appropriate
        stream.
    """
    if verbosity <= 0:
        return

    verbosity = min(verbosity, max(_VERBOSITY_TO_LOG_LEVEL))
    log_level = _VERBOSITY_TO_LOG_LEVEL[verbosity]

    if not filename or filename in ("stderr", "stdout"):
        fileobj = getattr(sys, filename or "stderr")
        handler_cls: Type[logging.Handler] = logging.StreamHandler
    else:
        fileobj = filename
        handler_cls = logging.FileHandler

    handler = handler_cls(fileobj)
    handler.setFormatter(logging.Formatter(logformat))
    LOG.addHandler(handler)
    LOG.setLevel(log_level)
    LOG.debug(
        "Added a %s logging handler to logger root at %s", filename, __name__
    )

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
17 Dec 2025 3.08 AM
root / root
0755
__pycache__
--
14 Aug 2025 9.24 PM
root / root
0755
api
--
14 Aug 2025 9.24 PM
root / root
0755
formatting
--
14 Aug 2025 9.24 PM
root / root
0755
main
--
14 Aug 2025 9.24 PM
root / root
0755
options
--
14 Aug 2025 9.24 PM
root / root
0755
plugins
--
14 Aug 2025 9.24 PM
root / root
0755
__init__.py
1.916 KB
17 Apr 2025 8.10 PM
root / root
0644
__main__.py
0.139 KB
17 Apr 2025 8.10 PM
root / root
0644
_compat.py
0.506 KB
17 Apr 2025 8.10 PM
root / root
0644
checker.py
23.456 KB
17 Apr 2025 8.10 PM
root / root
0644
defaults.py
1.079 KB
17 Apr 2025 8.10 PM
root / root
0644
discover_files.py
2.844 KB
17 Apr 2025 8.10 PM
root / root
0644
exceptions.py
2.303 KB
17 Apr 2025 8.10 PM
root / root
0644
processor.py
16.046 KB
17 Apr 2025 8.10 PM
root / root
0644
statistics.py
4.314 KB
17 Apr 2025 8.10 PM
root / root
0644
style_guide.py
15.353 KB
17 Apr 2025 8.10 PM
root / root
0644
utils.py
10.935 KB
17 Apr 2025 8.10 PM
root / root
0644
violation.py
3.572 KB
17 Apr 2025 8.10 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF