Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
counter = 0
11
12
def
autoName():
13
global counter
14
counter += 1
15
return
f
"scriptingPanel{counter}"
16
17
SRC =
"docs/resources/conn.kicad_pcb"
18
Callers
1
exampleScripting.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected