Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
class
SupportsClose(ABC):
38
@abstractmethod
39
def
close(self) -> None:
40
pass
41
42
43
T = TypeVar(
"T"
)
Callers
2
connect
Method · 0.45
disconnect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected