MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / __exit__

Method __exit__

camel/runtime/docker_runtime.py:393–395  ·  view source on GitHub ↗

r"""Exit the context manager.

(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

391 return self
392
393 def __exit__(self, exc_type, exc_val, exc_tb):
394 r"""Exit the context manager."""
395 self.stop()
396
397 @property
398 def docs(self) -> str:

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected