Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TimMcCool/scratchattach
/ unparse
Function
unparse
scratchattach/editor/code_translation/parse.py:32–33 ·
view source on GitHub ↗
(tree: Tree)
Source
from the content-addressed store, hash-verified
30
return
lang.parse(script)
31
32
def
unparse(tree: Tree) -> str:
33
return
reconstructor.reconstruct(tree)
34
35
class
PrettyUnparser(Transformer):
36
INDENT_STRING =
" "
Callers
1
parse.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected