Mercurial > code > home > repos > rdfdb
diff stubs/autobahn/websocket/__init__.pyi @ 64:c1a9403e5d21
stubs
Ignore-this: d755514360cce384effcd7a78b4657ed
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 31 May 2019 21:39:02 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stubs/autobahn/websocket/__init__.pyi Fri May 31 21:39:02 2019 +0000 @@ -0,0 +1,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