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

Method commands

SLiCAP/schematic/command_item.py:38–40  ·  view source on GitHub ↗

Return each non-empty line as a netlist command string.

(self)

Source from the content-addressed store, hash-verified

36 super().focusOutEvent(event)
37
38 def commands(self) -> list[str]:
39 """Return each non-empty line as a netlist command string."""
40 return [ln for ln in self.toPlainText().splitlines() if ln.strip()]

Callers 1

build_netlistFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected