Files @ b7a3dff5514d
Branch filter:

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

drewp@bigasterisk.com
rough and untested port of asco from jquery to vanilla
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