MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / close

Method close

tools/terminal.py:465–469  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

463 return self.execute(command).output
464
465 def close(self) -> None:
466 if self.client is not None:
467 self.client.close()
468 self.client = None
469 self.session = None
470
471 def __enter__(self) -> "InteractiveShell":
472 return self

Callers 3

__exit__Method · 0.95
handle_doctorFunction · 0.95
render_grouped_bar_chartFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected