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

Class ImageData

SLiCAP/schematic/schematic_data.py:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126@dataclass
127class ImageData:
128 x: float
129 y: float
130 file_path: str
131 display_width: int
132 display_height: int
133
134
135@dataclass

Callers 2

to_dataMethod · 0.85
from_jsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected