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

Class ParameterData

SLiCAP/schematic/schematic_data.py:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143
144@dataclass
145class ParameterData:
146 x: float
147 y: float
148 params: list # list of [name, value] string pairs
149 preamble_path: str
150 display_width: int
151 display_height: int
152 svg_b64: str = "" # kept for reading old files; no longer written
153
154
155@dataclass

Callers 2

to_dataMethod · 0.85
from_jsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected