mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 06:20:54 +07:00
5 lines
173 B
Python
5 lines
173 B
Python
parameter_lists_copy = [bar for bar in parameter_lists]
|
|
for bar in parameter_lists_copy:
|
|
if param_index >= len(bar.GetParameters()):
|
|
parameter_lists.remove(bar)
|