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

Method read

scratchattach/editor/code_translation/parse.py:13–14  ·  view source on GitHub ↗
(self, size: int | None = -1)

Source from the content-addressed store, hash-verified

11class SupportsRead(ABC, Generic[R]):
12 @abstractmethod
13 def read(self, size: int | None = -1) -> R:
14 pass
15
16LANG_PATH = Path(__file__).parent / "language.lark"
17

Callers 4

load_jsonMethod · 0.45
load_jsonMethod · 0.45
parseFunction · 0.45
_updaterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected