Files @ b42cb1ea1d20
Branch filter:

Location: light9/stubs/txzmq/factory.pyi - annotation

drewp@bigasterisk.com
rm - we don't do a kernel module anymore; just usb api
# Stubs for txzmq.factory (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

class ZmqFactory:
    reactor: Any = ...
    ioThreads: int = ...
    lingerPeriod: int = ...
    trigger: Any = ...
    connections: Any = ...
    context: Any = ...
    def __init__(self) -> None: ...
    def shutdown(self) -> None: ...
    def registerForShutdown(self) -> None: ...