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

Function autoName

scripts/exampleDoc.py:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

exampleDoc.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected