mirror of
https://github.com/hypervortex/VH-Bombsquad-Modded-Server-Files
synced 2025-11-07 17:36:08 +00:00
Added new files
This commit is contained in:
parent
5e004af549
commit
77ccb73089
1783 changed files with 566966 additions and 0 deletions
12
dist/ba_data/python-site-packages/aiohttp/signals.pyi
vendored
Normal file
12
dist/ba_data/python-site-packages/aiohttp/signals.pyi
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
from typing import Any, Generic, TypeVar
|
||||
|
||||
from aiohttp.frozenlist import FrozenList
|
||||
|
||||
__all__ = ("Signal",)
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
class Signal(FrozenList[_T], Generic[_T]):
|
||||
def __init__(self, owner: Any) -> None: ...
|
||||
def __repr__(self) -> str: ...
|
||||
async def send(self, *args: Any, **kwargs: Any) -> None: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue