MCPcopy
hub / github.com/tornadoweb/tornado / resolve

Method resolve

tornado/netutil.py:480–483  ·  view source on GitHub ↗
(
        self, host: str, port: int, family: socket.AddressFamily = socket.AF_UNSPEC
    )

Source from the content-addressed store, hash-verified

478
479 @run_on_executor
480 def resolve(
481 self, host: str, port: int, family: socket.AddressFamily = socket.AF_UNSPEC
482 ) -> List[Tuple[int, Any]]:
483 return _resolve_addr(host, port, family)
484
485
486class BlockingResolver(ExecutorResolver):

Callers

nothing calls this directly

Calls 1

_resolve_addrFunction · 0.85

Tested by

no test coverage detected