PHP 8.2.30
Preview: __main__.py Size: 485 B
//opt/alt/python34/lib64/python3.4/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, TestProgram

main(module=None)

Directory Contents

Dirs: 1 × Files: 11

Name Size Perms Modified Actions
- drwxr-xr-x 2024-05-23 07:04:39
Edit Download
55.57 KB lrw-r--r-- 2024-04-17 17:10:02
Edit Download
16.22 KB lrw-r--r-- 2024-04-17 17:10:02
Edit Download
9.53 KB lrw-r--r-- 2024-04-17 17:10:02
Edit Download
75.15 KB lrw-r--r-- 2024-04-17 17:10:02
Edit Download
7.20 KB lrw-r--r-- 2024-04-17 17:10:02
Edit Download
7.31 KB lrw-r--r-- 2024-04-17 17:10:02
Edit Download
2.35 KB lrw-r--r-- 2024-04-17 17:10:02
Edit Download
10.23 KB lrw-r--r-- 2024-04-17 17:10:02
Edit Download
5.30 KB lrw-r--r-- 2024-04-17 17:10:02
Edit Download
2.72 KB lrw-r--r-- 2024-04-17 17:10:02
Edit Download
485 B lrw-r--r-- 2024-04-17 17:10:02
Edit Download

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