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.
 
 
 
 
 

14 lines
478 B

# Stubs for tornado_py3.platform.twisted (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 TwistedResolver(Resolver):
reactor: Any = ...
resolver: Any = ...
def initialize(self) -> None: ...
def resolve(self, host: str, port: int, family: int=...) -> Generator[Any, Any, List[Tuple[int, Any]]]: ...
def install() -> None: ...