PHP 8.2.30
Preview: __init__.py Size: 336 B
//opt/hc_python/lib/python3.12/site-packages/virtualenv/activation/cshell/__init__.py

from __future__ import annotations

from virtualenv.activation.via_template import ViaTemplateActivator


class CShellActivator(ViaTemplateActivator):
    @classmethod
    def supports(cls, interpreter):
        return interpreter.os != "nt"

    def templates(self):
        yield "activate.csh"


__all__ = [
    "CShellActivator",
]

Directory Contents

Dirs: 1 × Files: 2

Name Size Perms Modified Actions
- drwxr-xr-x 2025-04-04 08:02:01
Edit Download
1.49 KB lrw-r--r-- 2025-04-04 08:02:01
Edit Download
336 B lrw-r--r-- 2025-04-04 08:02:01
Edit Download

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