PHP 7.4.33
Preview: __main__.py Size: 485 B
//lib64/python3.6/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 2025-07-03 05:10:07
Edit Download
56.15 KB lrw-r--r-- 2025-07-01 22:09:53
Edit Download
21.70 KB lrw-r--r-- 2018-12-23 21:37:14
Edit Download
10.30 KB lrw-r--r-- 2018-12-23 21:37:14
Edit Download
77.98 KB lrw-r--r-- 2018-12-23 21:37:14
Edit Download
7.27 KB lrw-r--r-- 2018-12-23 21:37:14
Edit Download
7.57 KB lrw-r--r-- 2018-12-23 21:37:14
Edit Download
2.35 KB lrw-r--r-- 2018-12-23 21:37:14
Edit Download
10.23 KB lrw-r--r-- 2018-12-23 21:37:14
Edit Download
5.31 KB lrw-r--r-- 2018-12-23 21:37:14
Edit Download
3.10 KB lrw-r--r-- 2025-07-01 22:09:53
Edit Download
485 B lrw-r--r-- 2018-12-23 21:37:14
Edit Download

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