PHP 8.2.30
Preview: __main__.py Size: 472 B
/opt/alt/python39/lib64/python3.9/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 2025-07-22 07:03:57
Edit Download
6.22 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
55.82 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
22.17 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
10.99 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
96.89 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
8.17 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
7.86 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
2.35 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
13.20 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
5.09 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
2.24 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
3.67 KB lrw-r--r-- 2025-06-03 18:47:52
Edit Download
472 B lrw-r--r-- 2025-06-03 18:47:52
Edit Download

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