MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / __exit__

Method __exit__

tests/utils/api_client.py:54–55  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

52 return self
53
54 def __exit__(self, exc_type, exc_val, exc_tb):
55 self.disconnect()
56
57 def connect(self) -> None:
58 """Establish connection to Serial Studio API."""

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.95

Tested by

no test coverage detected