def _quote(val: str, *, safe: str=..., protected: str=..., qs: bool=..., strict: bool=...) -> str: ... def _unquote(val: str, *, unsafe: str=..., qs:bool=...) -> str: ...