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-01-07 22:09:38 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b0995cd9a1b44c7edb5e5e0fb82c87abc1260ba4
openide
/
python
/
testData
/
refactoring
/
changeSignature
/
moveParam.after.py
Ekaterina Tuzova
82d288de30
fixed PY-9794 Change signature: loses parameter in function call when rearranging arguments so simple parameter gets after keyword parameter in call
2013-05-16 11:36:05 +02:00
5 lines
41 B
Python
Raw
Blame
History
def
f1
(
b
=
2
,
a
=
1
)
:
pass
f1
(
b
=
3
,
a
=
2
)
Reference in New Issue
View Git Blame
Copy Permalink