PHP 8.2.30
Preview: __main__.py Size: 472 B
//lib64/python3.8/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: 12

Name Size Perms Modified Actions
- drwxr-xr-x 2024-03-21 10:19:17
Edit Download
5.67 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
58.19 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
22.17 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
10.97 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
96.01 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
7.27 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
7.58 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
2.35 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
12.51 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
5.09 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
3.19 KB lrw-r--r-- 2023-06-06 13:32:21
Edit Download
472 B lrw-r--r-- 2023-06-06 13:32:21
Edit Download

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