📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 12:57:58
📂
/ (Root)
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
virtualenv
/
activation
/
cshell
📍 /opt/hc_python/lib/python3.12/site-packages/virtualenv/activation/cshell
🔄 Refresh
✏️
Editing: __init__.py
Read Only
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", ]
💾 Save Changes
❌ Cancel