mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-26 23:56:19 +00:00
DLIST iterator code, now we can do: for module in pcb.m_Modules: print module.GetReference() instead of: module = pcb.m_Modules while module: print module.GetReference() module = module.Next() or even: module_list = list(pcb.m_Modules) |
||
---|---|---|
.. | ||
kicad.i | ||
python_scripting.cpp | ||
python_scripting.h | ||
wx_python_helpers.cpp | ||
wx_python_helpers.h | ||
wx.i |