✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

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

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

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/cloudlinux/venv/lib/python3.11/site-packages/coverage//version.py
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

"""The version and URL for coverage.py"""
# This file is exec'ed in setup.py, don't import anything!

from __future__ import annotations

# version_info: same semantics as sys.version_info.
# _dev: the .devN suffix if any.
version_info = (7, 2, 7, "final", 0)
_dev = 0


def _make_version(
    major: int,
    minor: int,
    micro: int,
    releaselevel: str = "final",
    serial: int = 0,
    dev: int = 0,
) -> str:
    """Create a readable version string from version_info tuple components."""
    assert releaselevel in ["alpha", "beta", "candidate", "final"]
    version = "%d.%d.%d" % (major, minor, micro)
    if releaselevel != "final":
        short = {"alpha": "a", "beta": "b", "candidate": "rc"}[releaselevel]
        version += f"{short}{serial}"
    if dev != 0:
        version += f".dev{dev}"
    return version


def _make_url(
    major: int,
    minor: int,
    micro: int,
    releaselevel: str,
    serial: int = 0,
    dev: int = 0,
) -> str:
    """Make the URL people should start at for this version of coverage.py."""
    return (
        "https://coverage.readthedocs.io/en/"
        + _make_version(major, minor, micro, releaselevel, serial, dev)
    )


__version__ = _make_version(*version_info, _dev)
__url__ = _make_url(*version_info, _dev)


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


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
25 Jun 2026 5.03 AM
root / root
0755
__pycache__
--
11 Feb 2026 6.01 AM
root / root
0755
fullcoverage
--
11 Feb 2026 6.01 AM
root / root
0755
htmlfiles
--
11 Feb 2026 6.01 AM
root / root
0755
__init__.py
1.254 KB
20 Jan 2026 1.01 PM
root / root
0644
__main__.py
0.251 KB
20 Jan 2026 1.01 PM
root / root
0644
annotate.py
3.67 KB
20 Jan 2026 1.01 PM
root / root
0644
bytecode.py
0.696 KB
20 Jan 2026 1.01 PM
root / root
0644
cmdline.py
33.62 KB
20 Jan 2026 1.01 PM
root / root
0644
collector.py
20.076 KB
20 Jan 2026 1.01 PM
root / root
0644
config.py
21.474 KB
20 Jan 2026 1.01 PM
root / root
0644
context.py
2.425 KB
20 Jan 2026 1.01 PM
root / root
0644
control.py
50.493 KB
20 Jan 2026 1.01 PM
root / root
0644
data.py
7.332 KB
20 Jan 2026 1.01 PM
root / root
0644
debug.py
17.388 KB
20 Jan 2026 1.01 PM
root / root
0644
disposition.py
1.871 KB
20 Jan 2026 1.01 PM
root / root
0644
env.py
5.938 KB
20 Jan 2026 1.01 PM
root / root
0644
exceptions.py
1.33 KB
20 Jan 2026 1.01 PM
root / root
0644
execfile.py
11.849 KB
20 Jan 2026 1.01 PM
root / root
0644
files.py
18.92 KB
20 Jan 2026 1.01 PM
root / root
0644
html.py
22.622 KB
20 Jan 2026 1.01 PM
root / root
0644
inorout.py
23.34 KB
20 Jan 2026 1.01 PM
root / root
0644
jsonreport.py
4.643 KB
20 Jan 2026 1.01 PM
root / root
0644
lcovreport.py
4.823 KB
20 Jan 2026 1.01 PM
root / root
0644
misc.py
11.887 KB
20 Jan 2026 1.01 PM
root / root
0644
multiproc.py
3.756 KB
20 Jan 2026 1.01 PM
root / root
0644
numbits.py
4.56 KB
20 Jan 2026 1.01 PM
root / root
0644
parser.py
55.391 KB
20 Jan 2026 1.01 PM
root / root
0644
phystokens.py
7.622 KB
20 Jan 2026 1.01 PM
root / root
0644
plugin.py
19.067 KB
20 Jan 2026 1.01 PM
root / root
0644
plugin_support.py
10.108 KB
20 Jan 2026 1.01 PM
root / root
0644
py.typed
0.07 KB
20 Jan 2026 1.01 PM
root / root
0644
python.py
7.877 KB
20 Jan 2026 1.01 PM
root / root
0644
pytracer.py
14.082 KB
20 Jan 2026 1.01 PM
root / root
0644
report.py
10.374 KB
20 Jan 2026 1.01 PM
root / root
0644
report_core.py
3.973 KB
20 Jan 2026 1.01 PM
root / root
0644
results.py
13.07 KB
20 Jan 2026 1.01 PM
root / root
0644
sqldata.py
50.093 KB
20 Jan 2026 1.01 PM
root / root
0644
templite.py
10.695 KB
20 Jan 2026 1.01 PM
root / root
0644
tomlconfig.py
7.392 KB
20 Jan 2026 1.01 PM
root / root
0644
tracer.cpython-311-x86_64-linux-gnu.so
28.773 KB
20 Jan 2026 1.18 PM
root / root
0755
types.py
5.396 KB
20 Jan 2026 1.01 PM
root / root
0644
version.py
1.397 KB
20 Jan 2026 1.01 PM
root / root
0644
xmlreport.py
9.565 KB
20 Jan 2026 1.01 PM
root / root
0644

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