- 
Miguel Angel Ajo authoredDLIST 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 | 
|---|---|---|
| .. | ||
| tests | ||
| pcbnew.i | ||
| pcbnew_scripting_helpers.cpp | ||
| pcbnew_scripting_helpers.h | 
