MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / close

Method close

scratchattach/cloud/_base.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37class SupportsClose(ABC):
38 @abstractmethod
39 def close(self) -> None:
40 pass
41
42
43T = TypeVar("T")

Callers 2

connectMethod · 0.45
disconnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected