Files @ b4beb35bc454
Branch filter:

Location: light9/stubs/txzmq/compat.pyi

Drew Perttula
stubs for ascoltami
Ignore-this: cb1652241c5a4415b8b75cca3df3adb
# Stubs for txzmq.compat (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

PY3: Any
binary_string_type = bytes
binary_string_type = str

def is_nonstr_iter(v: Any): ...