MCPcopy
hub / github.com/yaqwsx/KiKit / autoName

Function autoName

scripts/exampleScripting.py:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10counter = 0
11
12def autoName():
13 global counter
14 counter += 1
15 return f"scriptingPanel{counter}"
16
17SRC = "docs/resources/conn.kicad_pcb"
18

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected