MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / parse.py

File parse.py

scratchattach/editor/code_translation/parse.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from __future__ import annotations
2from pathlib import Path
3from typing import Union, Generic, TypeVar
4from abc import ABC, abstractmethod

Callers

nothing calls this directly

Calls 3

parseFunction · 0.85
unparseFunction · 0.85
pretty_unparseFunction · 0.85

Tested by

no test coverage detected