Files @ d7ea6d473bf6
Branch filter:

Location: light9/stubs/txzmq/__init__.pyi

drewp@bigasterisk.com
don't let <video> play and get corrected when we're out of bounds, which made a bad flicker
Ignore-this: 2eb8ea8a5399b7ccd00841654ff620f0
# Stubs for txzmq (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from txzmq.connection import ZmqConnection as ZmqConnection, ZmqEndpoint as ZmqEndpoint, ZmqEndpointType as ZmqEndpointType
from txzmq.factory import ZmqFactory as ZmqFactory
from txzmq.pubsub import ZmqPubConnection as ZmqPubConnection, ZmqSubConnection as ZmqSubConnection
from txzmq.pushpull import ZmqPullConnection as ZmqPullConnection, ZmqPushConnection as ZmqPushConnection
from txzmq.req_rep import ZmqREPConnection as ZmqREPConnection, ZmqREQConnection as ZmqREQConnection, ZmqRequestTimeoutError as ZmqRequestTimeoutError
from txzmq.router_dealer import ZmqDealerConnection as ZmqDealerConnection, ZmqRouterConnection as ZmqRouterConnection