PHP 8.2.30
Preview: __main__.py Size: 472 B
//opt/alt/python310/lib64/python3.10/unittest/__main__.py

"""Main entry point"""

import sys
if sys.argv[0].endswith("__main__.py"):
    import os.path
    # We change sys.argv[0] to make help message more useful
    # use executable without path, unquoted
    # (it's just a hint anyway)
    # (if you have spaces in your executable you get what you deserve!)
    executable = os.path.basename(sys.executable)
    sys.argv[0] = executable + " -m unittest"
    del os

__unittest = True

from .main import main

main(module=None)

Directory Contents

Dirs: 1 × Files: 13

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-10 08:07:43
Edit Download
6.22 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
56.33 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
22.17 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
10.99 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
100.86 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
8.32 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
7.86 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
2.35 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
13.20 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
5.09 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
2.68 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
3.67 KB lrw-r--r-- 2025-10-09 15:25:03
Edit Download
472 B lrw-r--r-- 2025-10-09 15:25:03
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).