MCPcopy Create free account
hub / github.com/EasyIME/PIME / close

Method close

python/python3/tornado/netutil.py:566–567  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

564 self.mapping = mapping
565
566 def close(self) -> None:
567 self.resolver.close()
568
569 def resolve(
570 self, host: str, port: int, family: socket.AddressFamily = socket.AF_UNSPEC

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected