mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Initial commit
This commit is contained in:
16
venv/Lib/site-packages/yarl/_quoting_c.pyi
Normal file
16
venv/Lib/site-packages/yarl/_quoting_c.pyi
Normal file
@@ -0,0 +1,16 @@
|
||||
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: ...
|
Reference in New Issue
Block a user