/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
aiosignal
/
/opt/alt/python37/lib/python3.7/site-packages/aiosignal
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
py.typed
0
0644
edit
dl
rm
__init__.py
869
0644
edit
dl
rm
__init__.pyi
311
0644
edit
dl
rm
Edit:
/opt/alt/python37/lib/python3.7/site-packages/aiosignal/__init__.pyi
(311B)
from typing import Any, Generic, TypeVar from 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: ...
Save
cmd:
run