MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / LatexFragmentData

Class LatexFragmentData

SLiCAP/schematic/schematic_data.py:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164@dataclass
165class LatexFragmentData:
166 x: float
167 y: float
168 latex_code: str
169 preamble_path: str
170 display_width: int
171 display_height: int
172 svg_b64: str = "" # kept for reading old files; no longer written
173
174
175@dataclass

Callers 2

to_dataMethod · 0.85
from_jsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected