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

Method close

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

Source from the content-addressed store, hash-verified

467 self.close_executor = False
468
469 def close(self) -> None:
470 if self.close_executor:
471 self.executor.shutdown()
472 self.executor = None # type: ignore
473
474 @run_on_executor
475 def resolve(

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected