RivaCube/rivaldi/lib/python3.11/site-packages/yarl/_quoting_c.pyi
2025-02-04 19:31:18 +01:00

17 lines
411 B
Python

class _Quoter:
def __init__(
self,
*,
safe: str = ...,
protected: str = ...,
qs: bool = ...,
requote: bool = ...
) -> None: ...
def __call__(self, val: str = ...) -> str: ...
class _Unquoter:
def __init__(
self, *, ignore: str = ..., unsafe: str = ..., qs: bool = ...
) -> None: ...
def __call__(self, val: str = ...) -> str: ...