PHP 8.5.2
Preview: __main__.py Size: 472 B
//lib/python3.12/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-07 06:05:44
Edit Download
5.34 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
56.18 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
20.52 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
11.71 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
102.50 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
8.92 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
10.13 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
2.35 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
13.20 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
5.09 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
2.68 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
3.41 KB lrw-r--r-- 2026-01-22 20:57:42
Edit Download
472 B lrw-r--r-- 2026-01-22 20:57:42
Edit Download

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