/
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
virtualenv
/
activation
/
cshell
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/hc_python/lib/python3.12/site-packages/virtualenv/activation/cshell
Edit:
/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", ]
Ukuran: 336 B