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

Method read

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

Source from the content-addressed store, hash-verified

20 class SupportsRead(ABC, Generic[T]):
21 @abstractmethod
22 def read(self) -> T:
23 pass
24
25
26import websocket

Callers 8

async_requestMethod · 0.45
set_thumbnailMethod · 0.45
set_thumbnailMethod · 0.45
upload_assetMethod · 0.45
login_by_ioFunction · 0.45
create_soundMethod · 0.45
create_costumeMethod · 0.45
_load_sb3_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected