Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.12 /
test /
libregrtest /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2026-07-07 06:41
__init__.py
0
B
-rw-r--r--
2026-06-19 12:46
cmdline.py
23.04
KB
-rw-r--r--
2026-06-19 12:46
filter.py
2.4
KB
-rw-r--r--
2026-06-19 12:46
findtests.py
3.47
KB
-rw-r--r--
2026-06-19 12:46
logger.py
2.69
KB
-rw-r--r--
2026-06-19 12:46
main.py
25.68
KB
-rw-r--r--
2026-06-19 12:46
mypy.ini
997
B
-rw-r--r--
2026-06-19 12:46
pgo.py
1.37
KB
-rw-r--r--
2026-06-19 12:46
refleak.py
7.81
KB
-rw-r--r--
2026-06-19 12:46
result.py
7.03
KB
-rw-r--r--
2026-06-19 12:46
results.py
8.91
KB
-rw-r--r--
2026-06-19 12:46
run_workers.py
21.84
KB
-rw-r--r--
2026-06-19 12:46
runtests.py
6.8
KB
-rw-r--r--
2026-06-19 12:46
save_env.py
12.74
KB
-rw-r--r--
2026-06-19 12:46
setup.py
4.89
KB
-rw-r--r--
2026-06-19 12:46
single.py
10.4
KB
-rw-r--r--
2026-06-19 12:46
testresult.py
6.09
KB
-rw-r--r--
2026-06-19 12:46
tsan.py
700
B
-rw-r--r--
2026-06-19 12:46
utils.py
21.2
KB
-rw-r--r--
2026-06-19 12:46
win_utils.py
4.56
KB
-rw-r--r--
2026-06-19 12:46
worker.py
3.09
KB
-rw-r--r--
2026-06-19 12:46
Save
Rename
# Config file for running mypy on libregrtest. # Run mypy by invoking `mypy --config-file Lib/test/libregrtest/mypy.ini` # on the command-line from the repo root [mypy] files = Lib/test/libregrtest explicit_package_bases = True python_version = 3.12 platform = linux pretty = True # Enable most stricter settings enable_error_code = ignore-without-code strict = True # Various stricter settings that we can't yet enable # Try to enable these in the following order: disallow_any_generics = False disallow_incomplete_defs = False disallow_untyped_calls = False disallow_untyped_defs = False check_untyped_defs = False warn_return_any = False disable_error_code = return # Enable --strict-optional for these ASAP: [mypy-Lib.test.libregrtest.main.*,Lib.test.libregrtest.run_workers.*] strict_optional = False # Various internal modules that typeshed deliberately doesn't have stubs for: [mypy-_abc.*,_opcode.*,_overlapped.*,_testcapi.*,_testinternalcapi.*,test.*] ignore_missing_imports = True