Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SLiCAP/SLiCAP_python
/ BorderData
Class
BorderData
SLiCAP/schematic/schematic_data.py:136–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
@dataclass
136
class
BorderData:
137
x: float
138
y: float
139
width: float
140
height: float
141
show_in_export: bool = True
142
143
144
@dataclass
Callers
2
to_data
Method · 0.85
from_json
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected