Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
class
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_data
Method · 0.85
from_json
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected