help
This commit is contained in:
parent
f9a2e68c8b
commit
95d0201681
1552 changed files with 367539 additions and 2 deletions
6
env/Lib/site-packages/aiohttp/_helpers.pyi
vendored
Normal file
6
env/Lib/site-packages/aiohttp/_helpers.pyi
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from typing import Any
|
||||
|
||||
class reify:
|
||||
def __init__(self, wrapped: Any) -> None: ...
|
||||
def __get__(self, inst: Any, owner: Any) -> Any: ...
|
||||
def __set__(self, inst: Any, value: Any) -> None: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue