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]: ...
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| __init__.py | File | 154 B | 0644 |
|
| __init__.pyi | File | 3.84 KB | 0644 |
|
| _quoting.py | File | 537 B | 0644 |
|
| _quoting_c.cpython-311-x86_64-linux-gnu.so | File | 121.7 KB | 0755 |
|
| _quoting_c.pyi | File | 447 B | 0644 |
|
| _quoting_c.pyx | File | 11.23 KB | 0644 |
|
| _quoting_py.py | File | 6.22 KB | 0644 |
|
| _url.py | File | 37.05 KB | 0644 |
|
| py.typed | File | 14 B | 0644 |
|