📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 08:16:36
📂
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
yarl
✏️
Editing: _quoting_c.pyi
from typing import Optional class _Quoter: def __init__( self, *, safe: str = ..., protected: str = ..., qs: bool = ..., requote: bool = ... ) -> None: ... def __call__(self, val: Optional[str] = ...) -> Optional[str]: ... class _Unquoter: def __init__(self, *, unsafe: str = ..., qs: bool = ...) -> None: ... def __call__(self, val: Optional[str] = ...) -> Optional[str]: ...
💾 Save Changes
❌ Cancel