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

Method close

python/python3/tornado/netutil.py:377–383  ·  view source on GitHub ↗

Closes the `Resolver`, freeing any resources used. .. versionadded:: 3.1

(self)

Source from the content-addressed store, hash-verified

375 raise NotImplementedError()
376
377 def close(self) -> None:
378 """Closes the `Resolver`, freeing any resources used.
379
380 .. versionadded:: 3.1
381
382 """
383 pass
384
385
386def _resolve_addr(

Callers 2

bind_socketsFunction · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected