Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
class
SupportsRead(ABC, Generic[R]):
12
@abstractmethod
13
def
read(self, size: int | None = -1) -> R:
14
pass
15
16
LANG_PATH = Path(__file__).parent /
"language.lark"
17
Callers
4
load_json
Method · 0.45
load_json
Method · 0.45
parse
Function · 0.45
_updater
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected