This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-03-23 07:39:39 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
009e515c58e7ebee3af9f133c23151bbc8de646a
openide
/
python
/
testData
/
quickFixes
/
PyRemoveParameterQuickFixTest
/
singleStar.py
Ekaterina Tuzova
7c1c4b1b22
fixed PY-12825 Remove unused parameter: do not allow to remove last argument after star when refactoring function with keyword-only arguments
2014-05-06 19:18:49 +04:00
2 lines
30 B
Python
Raw
Blame
History
def
f1
(
*
,
u
<
caret
>
p
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink