MCPcopy 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
136class 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_dataMethod · 0.85
from_jsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected