vh-bombsquad-modded-server-.../dist/ba_data/python-site-packages/yarl/_quoting_c.pyi
2024-06-06 19:50:58 +05:30

16 lines
447 B
Python

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]: ...