16
.venv/lib/python3.9/site-packages/yarl/_quoting_c.pyi
Normal file
16
.venv/lib/python3.9/site-packages/yarl/_quoting_c.pyi
Normal file
@@ -0,0 +1,16 @@
|
||||
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]: ...
|
Reference in New Issue
Block a user