Current Path: > > opt > cloudlinux > venv > lib64 > python3.11 > > > site-packages > prospector
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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
config | Directory | - | - | |
formatters | Directory | - | - | |
profiles | Directory | - | - | |
tools | Directory | - | - | |
__init__.py | File | 0 bytes | April 17 2025 13:10:59. | |
__main__.py | File | 71 bytes | April 17 2025 13:10:59. | |
autodetect.py | File | 2955 bytes | April 17 2025 13:10:59. | |
blender.py | File | 4444 bytes | April 17 2025 13:10:59. | |
blender_combinations.yaml | File | 6551 bytes | April 17 2025 13:10:59. | |
compat.py | File | 360 bytes | April 17 2025 13:10:59. | |
encoding.py | File | 1542 bytes | April 17 2025 13:10:59. | |
exceptions.py | File | 1291 bytes | April 17 2025 13:10:59. | |
finder.py | File | 4723 bytes | April 17 2025 13:10:59. | |
message.py | File | 2732 bytes | April 17 2025 13:10:59. | |
pathutils.py | File | 1306 bytes | April 17 2025 13:10:59. | |
postfilter.py | File | 2235 bytes | April 17 2025 13:10:59. | |
run.py | File | 8102 bytes | April 17 2025 13:10:59. | |
suppression.py | File | 4467 bytes | April 17 2025 13:10:59. |
from pathlib import Path def is_relative_to(relpath: Path, otherpath: Path) -> bool: # is_relative_to was only added to Path in Python 3.9 if hasattr(relpath, "is_relative_to"): return relpath.is_relative_to(otherpath) try: relpath.relative_to(otherpath) except ValueError: return False else: return True
SILENT KILLER Tool