관리-도구
편집 파일: _quoting.pyi
def _quote(val: str, *, safe: str=..., protected: str=..., qs: bool=..., strict: bool=...) -> str: ... def _unquote(val: str, *, unsafe: str=..., qs:bool=...) -> str: ...