Files @ 6fbc1853c0b1
Branch filter:

Location: light9/stubs/autobahn/websocket/__init__.pyi

drewp@bigasterisk.com
split collector elements to ts files, minor porting
1
2
3
4
5
6
# Stubs for autobahn.websocket (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from autobahn.websocket.interfaces import IWebSocketChannel as IWebSocketChannel
from autobahn.websocket.types import ConnectionAccept as ConnectionAccept, ConnectionDeny as ConnectionDeny, ConnectionRequest as ConnectionRequest, ConnectionResponse as ConnectionResponse, IncomingMessage as IncomingMessage, Message as Message, OutgoingMessage as OutgoingMessage