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-04-17 12:01:25 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0fc370bc196c949d90341094de820cf67f57b9b8
openide
/
python
/
testData
/
quickFixes
/
PyRemoveArgumentQuickFixTest
/
duplicate_after.py
Ekaterina Tuzova
34c32eaa91
added remove argument quick fix to the Incorrect call arguments inspection
2014-03-12 17:10:24 +04:00
6 lines
38 B
Python
Raw
Blame
History
def
foo
(
a
,
p
)
:
pass
foo
(
1
,
p
=
2
)
Reference in New Issue
View Git Blame
Copy Permalink