Mercurial > code > home > repos > light9
annotate stubs/autobahn/websocket/__init__.pyi @ 2112:0b80bcc82cb1
reformat
author | drewp@bigasterisk.com |
---|---|
date | Thu, 02 Jun 2022 18:52:24 +0000 |
parents | 84b5aab10e47 |
children |
rev | line source |
---|---|
1900 | 1 # Stubs for autobahn.websocket (Python 3) |
2 # | |
3 # NOTE: This dynamically typed stub was automatically generated by stubgen. | |
4 | |
5 from autobahn.websocket.interfaces import IWebSocketChannel as IWebSocketChannel | |
6 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 |