# Stubs for tornado_py3.platform.caresresolver (Python 3) # # NOTE: This dynamically typed stub was automatically generated by stubgen. from tornado_py3.netutil import Resolver from typing import Any, Generator, List, Tuple class CaresResolver(Resolver): io_loop: Any = ... channel: Any = ... fds: Any = ... def initialize(self) -> None: ... def resolve(self, host: str, port: int, family: int=...) -> Generator[Any, Any, List[Tuple[int, Any]]]: ...