You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
472 B

# 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]]]: ...