MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / WireData

Class WireData

SLiCAP/schematic/schematic_data.py:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64@dataclass
65class WireData:
66 points: list[tuple[float, float]]
67 net_name: str | None = None
68 display_name: bool = False
69 label_offset: tuple[float, float] = (0.0, -3.0)
70 net_locked: bool = False
71 user_net_name: str | None = None
72
73
74@dataclass

Callers 2

to_dataMethod · 0.85
from_jsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected