MCPcopy 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
32def unparse(tree: Tree) -> str:
33 return reconstructor.reconstruct(tree)
34
35class PrettyUnparser(Transformer):
36 INDENT_STRING = " "

Callers 1

parse.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected