-
Miguel Angel Ajo authored
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)
9398eb97
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
kicad.i | ||
python_scripting.cpp | ||
python_scripting.h | ||
wx.i | ||
wx_python_helpers.cpp | ||
wx_python_helpers.h |