SUMMARY: After writing a Python function name with multiple arguments so that I need to use two or more lines to complete it (to keep line lengths under control), I am unable to collapse the part of the text dealing with its implementation. STEPS TO REPRODUCE 1. Open or create any file containing python code 2. Look for or write a function (ie. def fn(args): ) that you complete in multiple lines 3. Click on the down arrow before the name of the function. OBSERVED RESULT The function's implementation does not collapse. EXPECTED RESULT The details of the function should collapse and only the function definition should be visible until the arrow is clicked again to expand the function details. SOFTWARE/OS VERSIONS Linux/KDE Plasma: OpenSUSE Tumbleweed (available in About System) KDE Plasma Version: 5.19.2 KDE Frameworks Version: 5.71.0 Qt Version: 5.7.5-1-default ADDITIONAL INFORMATION I have faced this in older snapshots of Tumbleweed as well, this is just the latest installed snapshot. Python functions written in a single line collapse as normally expected.
Forgot to add that in case a function definition is in 3 or more lines, then collapsing only condenses the arguments, and not the entire function.
Aayush can you please supply a sample snippet of code that we can use to test?
Created attachment 132892 [details] Python 3 example to demonstrate the bug This is an example piece of code that demonstrates the bug I am facing. On clicking the down arrow key at the left of the function I am unable to collapse the contents inside these functions
(In reply to Justin Zobel from comment #2) > Aayush can you please supply a sample snippet of code that we can use to > test? Justin hopefully this example code works for you, but please let me know if you need any more information.
Thanks for the example Aayush, that does help in confirming it and hopefully diagnosing the root cause. - 1st definition doesn't collapse fully - 2nd definition can't be collapsed at all - if collapses fine
still reproducible
*** This bug has been marked as a duplicate of bug 374570 ***